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: Sat, 28 Oct 2017 18:56:07
Message-Id: 1509216946.9e408e8663a74df99ce6e2cf0a9c402476967e6f.dilfridge@gentoo
1 commit: 9e408e8663a74df99ce6e2cf0a9c402476967e6f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 18:55:46 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 18:55:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e408e86
7
8 app-text/opensp: This should be the last dependency experiment here. I hope.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-text/opensp/{opensp-1.5.2-r5.ebuild => opensp-1.5.2-r6.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/opensp/opensp-1.5.2-r5.ebuild b/app-text/opensp/opensp-1.5.2-r6.ebuild
16 similarity index 97%
17 rename from app-text/opensp/opensp-1.5.2-r5.ebuild
18 rename to app-text/opensp/opensp-1.5.2-r6.ebuild
19 index 9ca36741d8c..f2198eb5e88 100644
20 --- a/app-text/opensp/opensp-1.5.2-r5.ebuild
21 +++ b/app-text/opensp/opensp-1.5.2-r6.ebuild
22 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
23 IUSE="doc nls static-libs test"
24
25 RDEPEND="
26 - || ( net-libs/libnsl <sys-libs/glibc-2.26 )
27 + net-libs/libnsl:0=
28 "
29 DEPEND="${RDEPEND}
30 nls? ( sys-devel/gettext )