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 /dev-libs | |
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 'dev-libs')
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild index da0c91b70a8d..24d0ab78f70d 100644 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild @@ -5,7 +5,6 @@ EAPI=8 XORG_MODULE=lib/ XORG_MULTILIB=yes -XORG_TARBALL_SUFFIX="xz" inherit xorg-3 DESCRIPTION="Pthread functions stubs for platforms missing them" |