diff options
author | Sam James <sam@gentoo.org> | 2022-11-02 04:04:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 04:04:59 +0000 |
commit | 6af39cccf4b7fc28f208c701c62a28c5435a2cf2 (patch) | |
tree | 4e6ecb2eab3ccd4812a383e9f3b36500534b094b /sys-libs | |
parent | sys-libs/libxcrypt: set +system again in IUSE (diff) | |
download | gentoo-6af39cccf4b7fc28f208c701c62a28c5435a2cf2.tar.gz gentoo-6af39cccf4b7fc28f208c701c62a28c5435a2cf2.tar.bz2 gentoo-6af39cccf4b7fc28f208c701c62a28c5435a2cf2.zip |
sys-libs/libxcrypt: set +system for older too
See: 194c44cd74b3426485c21ef3555f0bfcbfd3f4c9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild index 7c7340f29a7b..8f335d8027ca 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1+ public-domain BSD BSD-2" SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="+compat split-usr static-libs system test" +IUSE="+compat split-usr static-libs +system test" REQUIRED_USE="split-usr? ( system )" RESTRICT="!test? ( test )" diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild index 430e3dc385ed..5e72a74c6d85 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1+ public-domain BSD BSD-2" SLOT="0/1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="+compat split-usr static-libs system test headers-only" +IUSE="+compat split-usr static-libs +system test headers-only" REQUIRED_USE="split-usr? ( system )" RESTRICT="!test? ( test )" diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild index 111353e6e533..1593faa8066b 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2.1+ public-domain BSD BSD-2" SLOT="0/1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="+compat split-usr static-libs system test headers-only" +IUSE="+compat split-usr static-libs +system test headers-only" REQUIRED_USE="split-usr? ( system )" RESTRICT="!test? ( test )" |