summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-01 09:25:13 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-01 09:39:10 +0100
commitec8960b34b799bd46654e256636f010dc7b5ca7e (patch)
treeac6dfd3c439e1ad47c8e704195b80111dcb2422a /app-text
parentapp-text/docbook-sgml-dtd: Keyword all new versions ~amd64-fbsd (diff)
downloadgentoo-ec8960b34b799bd46654e256636f010dc7b5ca7e.tar.gz
gentoo-ec8960b34b799bd46654e256636f010dc7b5ca7e.tar.bz2
gentoo-ec8960b34b799bd46654e256636f010dc7b5ca7e.zip
app-text/opensp: Keep glibc-specific deps in elibc_glibc?
Diffstat (limited to 'app-text')
-rw-r--r--app-text/opensp/opensp-1.5.2-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r6.ebuild b/app-text/opensp/opensp-1.5.2-r6.ebuild
index 738ed37fc6b2..6aa0bed6331c 100644
--- a/app-text/opensp/opensp-1.5.2-r6.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r6.ebuild
@@ -13,10 +13,10 @@ SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc nls static-libs test"
+IUSE="doc elibc_glibc nls static-libs test"
RDEPEND="
- net-libs/libnsl:0=
+ elibc_glibc? ( net-libs/libnsl:0= )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )