diff options
author | 2022-11-02 04:04:54 +0000 | |
---|---|---|
committer | 2022-11-02 04:04:59 +0000 | |
commit | 6af39cccf4b7fc28f208c701c62a28c5435a2cf2 (patch) | |
tree | 4e6ecb2eab3ccd4812a383e9f3b36500534b094b /sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild | |
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/libxcrypt/libxcrypt-4.4.28-r2.ebuild')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |