summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2020-02-19 09:06:26 -0500
committerAnthony G. Basile <blueness@gentoo.org>2020-02-19 09:06:53 -0500
commit6fb5d6e431ad887789ee91496ec61a46001203d3 (patch)
treee27c17b1ecd590609e8417244ff3530bf1881592 /sys-libs
parentnet-misc/streamtuner: Drop USE python (diff)
downloadgentoo-6fb5d6e431ad887789ee91496ec61a46001203d3.tar.gz
gentoo-6fb5d6e431ad887789ee91496ec61a46001203d3.tar.bz2
gentoo-6fb5d6e431ad887789ee91496ec61a46001203d3.zip
sys-libs/musl-nscd: do not install on glibc or ulcibc, bug #697784
Closes: https://bugs.gentoo.org/697784 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild6
-rw-r--r--sys-libs/musl-nscd/musl-nscd-9999.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild b/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
index b47444961d2f..6d29e439755c 100644
--- a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,6 +21,10 @@ LICENSE="MIT"
SLOT="0"
IUSE="minimal"
+DEPEND="
+ !sys-libs/glibc
+ !sys-libs/uclibc"
+
src_prepare() {
eapply_user
diff --git a/sys-libs/musl-nscd/musl-nscd-9999.ebuild b/sys-libs/musl-nscd/musl-nscd-9999.ebuild
index b47444961d2f..6d29e439755c 100644
--- a/sys-libs/musl-nscd/musl-nscd-9999.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,6 +21,10 @@ LICENSE="MIT"
SLOT="0"
IUSE="minimal"
+DEPEND="
+ !sys-libs/glibc
+ !sys-libs/uclibc"
+
src_prepare() {
eapply_user