Skip to content

Commit

Permalink
dev-lang/php: add "any slot" operator to our dev-db/postgresql depend…
Browse files Browse the repository at this point in the history
…ency.

This does not change the current behavior, and silences a repoman
warning. I also believe it is correct: dev-db/postgresql is slotted
along major (e.g. 9.3, 9.4) version lines. The libpq interface doesn't
seem to break between those versions, and mailing list discussions by
the Postgres devs indicate that they'd prefer to avoid that kind of
breakage.

Gentoo-Bug: 551526

Package-Manager: portage-2.2.20.1
  • Loading branch information
orlitzky committed Oct 31, 2015
1 parent e48d909 commit 6641085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-lang/php/php-5.6.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ DEPEND="
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
postgres? ( dev-db/postgresql )
postgres? ( dev-db/postgresql:* )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/php/php-7.0.0_rc5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ DEPEND="
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
postgres? ( dev-db/postgresql )
postgres? ( dev-db/postgresql:* )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
Expand Down

0 comments on commit 6641085

Please sign in to comment.