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, 29 Sep 2017 11:57:48
Message-Id: 1506686202.c18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609.dilfridge@gentoo
1 commit: c18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 11:56:08 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 11:56:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18ff2aa
7
8 app-text/opensp: Fix libnsl depstring
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 app-text/opensp/opensp-1.5.2-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/opensp/opensp-1.5.2-r4.ebuild b/app-text/opensp/opensp-1.5.2-r4.ebuild
16 index 7f61783c893..9ca36741d8c 100644
17 --- a/app-text/opensp/opensp-1.5.2-r4.ebuild
18 +++ b/app-text/opensp/opensp-1.5.2-r4.ebuild
19 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
20 IUSE="doc nls static-libs test"
21
22 RDEPEND="
23 - || ( <sys-libs/glibc-2.26[rpc] net-libs/libnsl )
24 + || ( net-libs/libnsl <sys-libs/glibc-2.26 )
25 "
26 DEPEND="${RDEPEND}
27 nls? ( sys-devel/gettext )