summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-27 19:37:32 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-28 09:45:34 -0500
commit7b94eef39a96b72dbf1d2249a2937a5fd075b991 (patch)
tree0b99b01515d07b5046e4a2e7482019b6adaa0ed0 /dev-lang/php
parentx11-terms/rxvt-unicode: Fix SLOT dep. (diff)
downloadgentoo-7b94eef39a96b72dbf1d2249a2937a5fd075b991.tar.gz
gentoo-7b94eef39a96b72dbf1d2249a2937a5fd075b991.tar.bz2
gentoo-7b94eef39a96b72dbf1d2249a2937a5fd075b991.zip
dev-lang/php: revision the 5.6 and 7.0 series to add sys-libs/db:5.3 support.
We had to leave db:5.3 out of our dependency string until now because the upstream build system couldn't detect it. The latest v5.6.17 and v7.0.2 will find it, though, so we add it as an option. Gentoo-Bug: 564824 Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/php-5.6.17-r3.ebuild (renamed from dev-lang/php/php-5.6.17-r2.ebuild)3
-rw-r--r--dev-lang/php/php-7.0.2-r3.ebuild (renamed from dev-lang/php/php-7.0.2-r2.ebuild)3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.6.17-r2.ebuild b/dev-lang/php/php-5.6.17-r3.ebuild
index df8096ca6faf..7d9db68573e1 100644
--- a/dev-lang/php/php-5.6.17-r2.ebuild
+++ b/dev-lang/php/php-5.6.17-r3.ebuild
@@ -85,7 +85,8 @@ DEPEND="
# the ./configure script. Other versions *work*, but we need to stick to
# the ones that can be detected to avoid a repeat of bug #564824.
DEPEND="${DEPEND}
- berkdb? ( || ( sys-libs/db:5.1
+ berkdb? ( || ( sys-libs/db:5.3
+ sys-libs/db:5.1
sys-libs/db:4.8
sys-libs/db:4.7
sys-libs/db:4.6
diff --git a/dev-lang/php/php-7.0.2-r2.ebuild b/dev-lang/php/php-7.0.2-r3.ebuild
index 6ecf27ac71ee..8d8f27cbf89a 100644
--- a/dev-lang/php/php-7.0.2-r2.ebuild
+++ b/dev-lang/php/php-7.0.2-r3.ebuild
@@ -85,7 +85,8 @@ DEPEND="
# the ./configure script. Other versions *work*, but we need to stick to
# the ones that can be detected to avoid a repeat of bug #564824.
DEPEND="${DEPEND}
- berkdb? ( || ( sys-libs/db:5.1
+ berkdb? ( || ( sys-libs/db:5.3
+ sys-libs/db:5.1
sys-libs/db:4.8
sys-libs/db:4.7
sys-libs/db:4.6