Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sat, 31 Oct 2015 02:24:13
Message-Id: 1446258096.52413e0ae7611b6219d783c1c26463f661e2756b.mjo@gentoo
1 commit: 52413e0ae7611b6219d783c1c26463f661e2756b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 00:39:16 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 02:21:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52413e0a
7
8 dev-lang/php: slot openssl dependency.
9
10 The dev-libs/openssl package now has two slots. The SLOT=0.9.8 is for
11 binary compatibility, and SLOT=0 is what most packages should depend
12 on. Adding ":0" to our openssl dependency ensures that we get the
13 correct slot, and silences a repoman warning.
14
15 The lower bound on openssl was also removed since all versions in the
16 tree satisfied it.
17
18 Package-Manager: portage-2.2.20.1
19
20 dev-lang/php/php-5.6.15.ebuild | 2 +-
21 dev-lang/php/php-7.0.0_rc5.ebuild | 2 +-
22 2 files changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
25 index 73bf1e1..2b0ca18 100644
26 --- a/dev-lang/php/php-5.6.15.ebuild
27 +++ b/dev-lang/php/php-5.6.15.ebuild
28 @@ -126,7 +126,7 @@ DEPEND="
29 soap? ( >=dev-libs/libxml2-2.6.8 )
30 spell? ( >=app-text/aspell-0.50 )
31 sqlite? ( >=dev-db/sqlite-3.7.6.3 )
32 - ssl? ( >=dev-libs/openssl-0.9.7 )
33 + ssl? ( dev-libs/openssl:0 )
34 sybase-ct? ( dev-db/freetds )
35 tidy? ( app-text/htmltidy )
36 truetype? (
37
38 diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
39 index 15f416d..37a3015 100644
40 --- a/dev-lang/php/php-7.0.0_rc5.ebuild
41 +++ b/dev-lang/php/php-7.0.0_rc5.ebuild
42 @@ -121,7 +121,7 @@ DEPEND="
43 soap? ( >=dev-libs/libxml2-2.6.8 )
44 spell? ( >=app-text/aspell-0.50 )
45 sqlite? ( >=dev-db/sqlite-3.7.6.3 )
46 - ssl? ( >=dev-libs/openssl-0.9.7 )
47 + ssl? ( dev-libs/openssl:0 )
48 tidy? ( app-text/htmltidy )
49 truetype? (
50 =media-libs/freetype-2*