summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-01-29 23:13:21 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-01-29 23:13:51 +0100
commitf777d389830da3a28f911e38ebae51b5de299e8b (patch)
treeb8cdf9768334b8697d6f27f00a16f5f587421f01 /sys-libs/libxcrypt
parentnet-im/discord: add 0.0.42, drop 0.0.41 (diff)
downloadgentoo-f777d389830da3a28f911e38ebae51b5de299e8b.tar.gz
gentoo-f777d389830da3a28f911e38ebae51b5de299e8b.tar.bz2
gentoo-f777d389830da3a28f911e38ebae51b5de299e8b.zip
sys-libs/libxcrypt: fix glibc dependency
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r--sys-libs/libxcrypt/libxcrypt-4.4.36-r2.ebuild (renamed from sys-libs/libxcrypt/libxcrypt-4.4.36-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.36-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.36-r2.ebuild
index 91fc2b596b54..700cbf7866ee 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.36-r1.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.36-r2.ebuild
@@ -40,8 +40,8 @@ is_cross() {
DEPEND="
system? (
elibc_glibc? (
- ${CATEGORY}/glibc[-crypt(+)]
- !${CATEGORY}/glibc[crypt(+)]
+ ${CATEGORY}/glibc[-crypt(-)]
+ !${CATEGORY}/glibc[crypt(-)]
)
elibc_musl? (
${CATEGORY}/musl[-crypt(+)]