summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-02 03:03:19 +0000
committerSam James <sam@gentoo.org>2022-11-02 03:03:56 +0000
commitca25ba7592c78f402e3ad3b222c74b476137c7dc (patch)
tree88afc844917f85f4baddbcb9f231c99451057bd1 /sys-libs/libxcrypt
parentprofiles: cleanup obsolete libxcrypt masks (diff)
downloadgentoo-ca25ba7592c78f402e3ad3b222c74b476137c7dc.tar.gz
gentoo-ca25ba7592c78f402e3ad3b222c74b476137c7dc.tar.bz2
gentoo-ca25ba7592c78f402e3ad3b222c74b476137c7dc.zip
sys-libs/libxcrypt: drop REQUIRED_USE for split-usr->system
This makes things awkward on profiles where USE=system isn't forced, like musl. We already do the right thing when USE=split-usr and USE=system anyway. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r--sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
index 9b0d595d7869..daf738da0d6a 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.30.ebuild
@@ -22,7 +22,6 @@ 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"
-REQUIRED_USE="split-usr? ( system )"
RESTRICT="!test? ( test )"
export CTARGET=${CTARGET:-${CHOST}}