diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 21:39:41 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 21:44:38 +0100 |
commit | d5d019fd1bd0782fd9fa9e888f59f0459b4613e7 (patch) | |
tree | 1664d81c231476f2779ae8211d3e0663435c29d5 /app-text | |
parent | app-mobilephone/kannel-sqlbox: Links to libnsl, so add dependency (diff) | |
download | gentoo-d5d019fd1bd0782fd9fa9e888f59f0459b4613e7.tar.gz gentoo-d5d019fd1bd0782fd9fa9e888f59f0459b4613e7.tar.bz2 gentoo-d5d019fd1bd0782fd9fa9e888f59f0459b4613e7.zip |
app-text/opensp: Links to libnsl, so add dependency
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild index 74e59561b3f4..4bfee9c3144a 100644 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-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" -DEPEND="nls? ( sys-devel/gettext ) +DEPEND="net-libs/libnsl:0= + nls? ( sys-devel/gettext ) doc? ( app-text/xmlto app-text/docbook-xml-dtd:4.1.2 @@ -25,7 +26,7 @@ DEPEND="nls? ( sys-devel/gettext ) app-text/openjade app-text/sgml-common )" -RDEPEND="" +RDEPEND="net-libs/libnsl:0=" S=${WORKDIR}/${MY_P} |