commit:     52413e0ae7611b6219d783c1c26463f661e2756b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 00:39:16 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 02:21:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52413e0a

dev-lang/php: slot openssl dependency.

The dev-libs/openssl package now has two slots. The SLOT=0.9.8 is for
binary compatibility, and SLOT=0 is what most packages should depend
on. Adding ":0" to our openssl dependency ensures that we get the
correct slot, and silences a repoman warning.

The lower bound on openssl was also removed since all versions in the
tree satisfied it.

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 73bf1e1..2b0ca18 100644
--- a/dev-lang/php/php-5.6.15.ebuild
+++ b/dev-lang/php/php-5.6.15.ebuild
@@ -126,7 +126,7 @@ DEPEND="
        soap? ( >=dev-libs/libxml2-2.6.8 )
        spell? ( >=app-text/aspell-0.50 )
        sqlite? ( >=dev-db/sqlite-3.7.6.3 )
-       ssl? ( >=dev-libs/openssl-0.9.7 )
+       ssl? ( dev-libs/openssl:0 )
        sybase-ct? ( dev-db/freetds )
        tidy? ( app-text/htmltidy )
        truetype? (

diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild 
b/dev-lang/php/php-7.0.0_rc5.ebuild
index 15f416d..37a3015 100644
--- a/dev-lang/php/php-7.0.0_rc5.ebuild
+++ b/dev-lang/php/php-7.0.0_rc5.ebuild
@@ -121,7 +121,7 @@ DEPEND="
        soap? ( >=dev-libs/libxml2-2.6.8 )
        spell? ( >=app-text/aspell-0.50 )
        sqlite? ( >=dev-db/sqlite-3.7.6.3 )
-       ssl? ( >=dev-libs/openssl-0.9.7 )
+       ssl? ( dev-libs/openssl:0 )
        tidy? ( app-text/htmltidy )
        truetype? (
                =media-libs/freetype-2*

Reply via email to