summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-10-30 20:39:16 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-10-30 22:21:36 -0400
commit52413e0ae7611b6219d783c1c26463f661e2756b (patch)
tree3e9ccf30f0bd818a258b20adb5ed3e0d9b9ec647 /dev-lang/php
parentdev-libs/libxml2: disable building of useless programs (diff)
downloadgentoo-52413e0ae7611b6219d783c1c26463f661e2756b.tar.gz
gentoo-52413e0ae7611b6219d783c1c26463f661e2756b.tar.bz2
gentoo-52413e0ae7611b6219d783c1c26463f661e2756b.zip
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
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/php-5.6.15.ebuild2
-rw-r--r--dev-lang/php/php-7.0.0_rc5.ebuild2
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 73bf1e16995b..2b0ca18203b0 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 15f416d6b866..37a3015babce 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*