From: Anthony G. Basile Date: Wed, 19 Feb 2020 14:06:26 +0000 (-0500) Subject: sys-libs/musl-nscd: do not install on glibc or ulcibc, bug #697784 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6fb5d6e431ad887789ee91496ec61a46001203d3;p=gentoo.git 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 --- 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