commit: c085c3c5a229b57bb4a3cb4654bfa959021e0ecd
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 01:35:28 2015 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 02:21:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c085c3c5
dev-lang/php: depend on SLOT=0 of sys-libs/readline.
The sys-libs/readline package has three slots, two of which are kept
around for ABI compatibility. Packages generally build against SLOT=0,
and that's the one we want, so this adds the slot operator to the
dependency.
Package-Manager: portage-2.2.20.1
dev-lang/php/php-5.6.15.ebuild | 2 +-
dev-lang/php/php-7.0.0_rc5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
index ee717da..c6cc5ca 100644
--- a/dev-lang/php/php-5.6.15.ebuild
+++ b/dev-lang/php/php-5.6.15.ebuild
@@ -118,7 +118,7 @@ DEPEND="
odbc? ( >=dev-db/unixODBC-1.8.13 )
postgres? ( dev-db/postgresql:* )
qdbm? ( dev-db/qdbm )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
recode? ( app-text/recode )
sharedmem? ( dev-libs/mm )
simplexml? ( >=dev-libs/libxml2-2.6.8 )
diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild
b/dev-lang/php/php-7.0.0_rc5.ebuild
index f979c93..3b7ea17 100644
--- a/dev-lang/php/php-7.0.0_rc5.ebuild
+++ b/dev-lang/php/php-7.0.0_rc5.ebuild
@@ -113,7 +113,7 @@ DEPEND="
odbc? ( >=dev-db/unixODBC-1.8.13 )
postgres? ( dev-db/postgresql:* )
qdbm? ( dev-db/qdbm )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:0 )
recode? ( app-text/recode )
sharedmem? ( dev-libs/mm )
simplexml? ( >=dev-libs/libxml2-2.6.8 )