dev-libs/libintl: block against musl which provides its own libintl
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 31 May 2016 17:35:13 +0000 (13:35 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 31 May 2016 17:35:28 +0000 (13:35 -0400)
Package-Manager: portage-2.2.28

dev-libs/libintl/libintl-0.19.6.ebuild
dev-libs/libintl/libintl-0.19.7.ebuild

index 41e14403129045149f83c0d7e2e262f691fc68d1..5bb9072e4deae08d14db6f103d950a3f0c0f5c55 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,6 +23,7 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
 # Block C libraries known to provide libintl.
 RDEPEND="${DEPEND}
        !sys-libs/glibc
+       !sys-libs/musl
        !<sys-devel/gettext-0.19.6-r1"
 
 S="${WORKDIR}/${MY_P}/gettext-runtime"
index df5e947a89ecbe8705aa4d6135db9c749a57f67d..630e8d5c81df1720fdbaf309c14bc30a1facfd5d 100644 (file)
@@ -23,6 +23,7 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
 # Block C libraries known to provide libintl.
 RDEPEND="${DEPEND}
        !sys-libs/glibc
+       !sys-libs/musl
        !<sys-devel/gettext-0.19.6-r1"
 
 S="${WORKDIR}/${MY_P}/gettext-runtime"