diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-10-30 21:35:28 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-10-30 22:21:45 -0400 |
commit | c085c3c5a229b57bb4a3cb4654bfa959021e0ecd (patch) | |
tree | 47aca766cda6f8f6c33e989aa77daa77a2896fc2 | |
parent | dev-lang/php: depend on SLOT=0 of dev-libs/gmp. (diff) | |
download | gentoo-c085c3c5a229b57bb4a3cb4654bfa959021e0ecd.tar.gz gentoo-c085c3c5a229b57bb4a3cb4654bfa959021e0ecd.tar.bz2 gentoo-c085c3c5a229b57bb4a3cb4654bfa959021e0ecd.zip |
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
-rw-r--r-- | dev-lang/php/php-5.6.15.ebuild | 2 | ||||
-rw-r--r-- | 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 ee717da33d58..c6cc5ca0f533 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 f979c9311589..3b7ea171dbbc 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 ) |