Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/opensp/
Date: Fri, 03 Nov 2017 20:44:53
Message-Id: 1509741878.d5d019fd1bd0782fd9fa9e888f59f0459b4613e7.dilfridge@gentoo
1 commit: d5d019fd1bd0782fd9fa9e888f59f0459b4613e7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 20:39:41 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 20:44:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d019fd
7
8 app-text/opensp: Links to libnsl, so add dependency
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-text/opensp/opensp-1.5.2-r3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild
16 index 74e59561b3f..4bfee9c3144 100644
17 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild
18 +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,8 @@ SLOT="0"
26 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"
27 IUSE="doc nls static-libs test"
28
29 -DEPEND="nls? ( sys-devel/gettext )
30 +DEPEND="net-libs/libnsl:0=
31 + nls? ( sys-devel/gettext )
32 doc? (
33 app-text/xmlto
34 app-text/docbook-xml-dtd:4.1.2
35 @@ -25,7 +26,7 @@ DEPEND="nls? ( sys-devel/gettext )
36 app-text/openjade
37 app-text/sgml-common
38 )"
39 -RDEPEND=""
40 +RDEPEND="net-libs/libnsl:0="
41
42 S=${WORKDIR}/${MY_P}