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:05:47
Message-Id: 1667358236.ca25ba7592c78f402e3ad3b222c74b476137c7dc.sam@gentoo
1 commit: ca25ba7592c78f402e3ad3b222c74b476137c7dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 03:03:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 03:03:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca25ba75
7
8 sys-libs/libxcrypt: drop REQUIRED_USE for split-usr->system
9
10 This makes things awkward on profiles where USE=system isn't
11 forced, like musl. We already do the right thing when USE=split-usr
12 and USE=system anyway.
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
20 index 9b0d595d7869..daf738da0d6a 100644
21 --- a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
22 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
23 @@ -22,7 +22,6 @@ LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
24 SLOT="0/1"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
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}}