Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sat, 31 Oct 2015 02:24:14
Message-Id: 1446258105.c085c3c5a229b57bb4a3cb4654bfa959021e0ecd.mjo@gentoo
1 commit: c085c3c5a229b57bb4a3cb4654bfa959021e0ecd
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 01:35:28 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 02:21:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c085c3c5
7
8 dev-lang/php: depend on SLOT=0 of sys-libs/readline.
9
10 The sys-libs/readline package has three slots, two of which are kept
11 around for ABI compatibility. Packages generally build against SLOT=0,
12 and that's the one we want, so this adds the slot operator to the
13 dependency.
14
15 Package-Manager: portage-2.2.20.1
16
17 dev-lang/php/php-5.6.15.ebuild | 2 +-
18 dev-lang/php/php-7.0.0_rc5.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
22 index ee717da..c6cc5ca 100644
23 --- a/dev-lang/php/php-5.6.15.ebuild
24 +++ b/dev-lang/php/php-5.6.15.ebuild
25 @@ -118,7 +118,7 @@ DEPEND="
26 odbc? ( >=dev-db/unixODBC-1.8.13 )
27 postgres? ( dev-db/postgresql:* )
28 qdbm? ( dev-db/qdbm )
29 - readline? ( sys-libs/readline )
30 + readline? ( sys-libs/readline:0 )
31 recode? ( app-text/recode )
32 sharedmem? ( dev-libs/mm )
33 simplexml? ( >=dev-libs/libxml2-2.6.8 )
34
35 diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
36 index f979c93..3b7ea17 100644
37 --- a/dev-lang/php/php-7.0.0_rc5.ebuild
38 +++ b/dev-lang/php/php-7.0.0_rc5.ebuild
39 @@ -113,7 +113,7 @@ DEPEND="
40 odbc? ( >=dev-db/unixODBC-1.8.13 )
41 postgres? ( dev-db/postgresql:* )
42 qdbm? ( dev-db/qdbm )
43 - readline? ( sys-libs/readline )
44 + readline? ( sys-libs/readline:0 )
45 recode? ( app-text/recode )
46 sharedmem? ( dev-libs/mm )
47 simplexml? ( >=dev-libs/libxml2-2.6.8 )