No ebuilds rely on the default being bz2. Signed-off-by: Matt Turner <matts...@gentoo.org> --- These two patches and a follow on patch to remove setting XORG_TARBALL_SUFFIX="xz" in ebuilds are available in https://github.com/gentoo/gentoo/pull/39745
eclass/xorg-3.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass index 0d51be294051..2ca5959dd1e7 100644 --- ./eclass/xorg-3.eclass +++ ./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"}" -- 2.45.2