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:18
Message-Id: 1446258104.6641085aa4aa83cd2a8cee848d028d792c9d9896.mjo@gentoo
1 commit: 6641085aa4aa83cd2a8cee848d028d792c9d9896
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 01:15:43 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 02:21:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6641085a
7
8 dev-lang/php: add "any slot" operator to our dev-db/postgresql dependency.
9
10 This does not change the current behavior, and silences a repoman
11 warning. I also believe it is correct: dev-db/postgresql is slotted
12 along major (e.g. 9.3, 9.4) version lines. The libpq interface doesn't
13 seem to break between those versions, and mailing list discussions by
14 the Postgres devs indicate that they'd prefer to avoid that kind of
15 breakage.
16
17 Gentoo-Bug: 551526
18
19 Package-Manager: portage-2.2.20.1
20
21 dev-lang/php/php-5.6.15.ebuild | 2 +-
22 dev-lang/php/php-7.0.0_rc5.ebuild | 2 +-
23 2 files changed, 2 insertions(+), 2 deletions(-)
24
25 diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
26 index 776f4f9..ae9e80d 100644
27 --- a/dev-lang/php/php-5.6.15.ebuild
28 +++ b/dev-lang/php/php-5.6.15.ebuild
29 @@ -116,7 +116,7 @@ DEPEND="
30 nls? ( sys-devel/gettext )
31 oci8-instant-client? ( dev-db/oracle-instantclient-basic )
32 odbc? ( >=dev-db/unixODBC-1.8.13 )
33 - postgres? ( dev-db/postgresql )
34 + postgres? ( dev-db/postgresql:* )
35 qdbm? ( dev-db/qdbm )
36 readline? ( sys-libs/readline )
37 recode? ( app-text/recode )
38
39 diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
40 index 5dd58ce..32c535f 100644
41 --- a/dev-lang/php/php-7.0.0_rc5.ebuild
42 +++ b/dev-lang/php/php-7.0.0_rc5.ebuild
43 @@ -111,7 +111,7 @@ DEPEND="
44 nls? ( sys-devel/gettext )
45 oci8-instant-client? ( dev-db/oracle-instantclient-basic )
46 odbc? ( >=dev-db/unixODBC-1.8.13 )
47 - postgres? ( dev-db/postgresql )
48 + postgres? ( dev-db/postgresql:* )
49 qdbm? ( dev-db/qdbm )
50 readline? ( sys-libs/readline )
51 recode? ( app-text/recode )