diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-16 23:07:49 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-17 21:59:44 -0500 |
commit | 69b77d2d53e0d84bfd71001ec80abf9e69b1d4b0 (patch) | |
tree | a5b38b9144a02da3ab7dee6759fd9d8dee7c148b /x11-drivers/xf86-video-ati | |
parent | xorg-3.eclass: Change XORG_TARBALL_SUFFIX default from bz2 to xz (diff) | |
download | gentoo-69b77d2d53e0d84bfd71001ec80abf9e69b1d4b0.tar.gz gentoo-69b77d2d53e0d84bfd71001ec80abf9e69b1d4b0.tar.bz2 gentoo-69b77d2d53e0d84bfd71001ec80abf9e69b1d4b0.zip |
*/*: Drop setting XORG_TARBALL_SUFFIX="xz"
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild index 7e7e3aca661e..3812e64bbc3d 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild @@ -4,7 +4,6 @@ EAPI=8 XORG_DRI=always -XORG_TARBALL_SUFFIX="xz" inherit linux-info xorg-3 if [[ ${PV} != 9999* ]]; then diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index 1e009166891b..0d92004dbe0a 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -4,7 +4,6 @@ EAPI=8 XORG_DRI=always -XORG_TARBALL_SUFFIX="xz" inherit linux-info xorg-3 if [[ ${PV} != 9999* ]]; then |