sys-libs/musl-nscd: do not install on glibc or ulcibc, bug #697784
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 19 Feb 2020 14:06:26 +0000 (09:06 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 19 Feb 2020 14:06:53 +0000 (09:06 -0500)
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>
sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
sys-libs/musl-nscd/musl-nscd-9999.ebuild

index b47444961d2f6b8f01ab367be1484116b670a0ee..6d29e439755c166989b42c5747576ca8d7c5d447 100644 (file)
@@ -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
 
index b47444961d2f6b8f01ab367be1484116b670a0ee..6d29e439755c166989b42c5747576ca8d7c5d447 100644 (file)
@@ -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