Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Wed, 02 Nov 2022 03:50:43
Message-Id: 1667361029.194c44cd74b3426485c21ef3555f0bfcbfd3f4c9.sam@gentoo
1 commit: 194c44cd74b3426485c21ef3555f0bfcbfd3f4c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 03:50:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 03:50:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194c44cd
7
8 sys-libs/libxcrypt: set +system again in IUSE
9
10 For musl, as it's not mandatory, but still the default.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
18 index daf738da0d6a..bb75ae09bb7a 100644
19 --- a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
20 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
21 @@ -21,7 +21,8 @@ fi
22 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
23 SLOT="0/1"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 -IUSE="+compat split-usr static-libs system test headers-only"
26 +IUSE="+compat split-usr static-libs +system test headers-only"
27 +REQUIRED_USE="split-usr? ( system )"
28 RESTRICT="!test? ( test )"
29
30 export CTARGET=${CTARGET:-${CHOST}}