mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
xorg-3.eclass: Change XORG_TARBALL_SUFFIX default from bz2 to xz
No ebuilds rely on the default being bz2. Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -111,9 +111,8 @@ HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/${XORG_MOD
|
||||
# @ECLASS_VARIABLE: XORG_TARBALL_SUFFIX
|
||||
# @PRE_INHERIT
|
||||
# @DESCRIPTION:
|
||||
# Most X11 projects provide tarballs as tar.bz2 or tar.xz. This eclass defaults
|
||||
# to bz2.
|
||||
: "${XORG_TARBALL_SUFFIX:="bz2"}"
|
||||
# Most X11 projects provide tarballs as tar.xz. This eclass defaults to xz.
|
||||
: "${XORG_TARBALL_SUFFIX:="xz"}"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
: "${EGIT_REPO_URI:="https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}"
|
||||
|
||||
Reference in New Issue
Block a user