Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/
Date: Wed, 29 Nov 2017 17:28:54
Message-Id: 1511976516.17237ec0575ff4d584adc0d8ccacc8e67bb3fd46.grknight@gentoo
1 commit: 17237ec0575ff4d584adc0d8ccacc8e67bb3fd46
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 17:21:18 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 17:28:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17237ec0
7
8 dev-php/xdebug-client: Revbump to include libnsl dependency
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 .../{xdebug-client-2.5.5.ebuild => xdebug-client-2.5.5-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-php/xdebug-client/xdebug-client-2.5.5.ebuild b/dev-php/xdebug-client/xdebug-client-2.5.5-r1.ebuild
16 similarity index 90%
17 rename from dev-php/xdebug-client/xdebug-client-2.5.5.ebuild
18 rename to dev-php/xdebug-client/xdebug-client-2.5.5-r1.ebuild
19 index 3db1d6f04f8..ce1e0563dc8 100644
20 --- a/dev-php/xdebug-client/xdebug-client-2.5.5.ebuild
21 +++ b/dev-php/xdebug-client/xdebug-client-2.5.5-r1.ebuild
22 @@ -17,7 +17,7 @@ IUSE="libedit"
23
24 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
25
26 -DEPEND="libedit? ( dev-libs/libedit )"
27 +DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0="
28 RDEPEND="${DEPEND}"
29
30 src_configure() {