commit: 43a23c24493e561eae1ce88a4d2c10c82da4002b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Dec 17 04:13:10 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Dec 18 02:59:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a23c24
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 <AT> gentoo.org> eclass/xorg-3.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index 0d51be294051..2ca5959dd1e7 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -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"}"
