From: Michael Orlitzky Date: Tue, 9 Jun 2015 01:13:03 +0000 (-0400) Subject: Add an "any slot" dependency operator for dev-db/postgresql. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=3159f43d1af846567d1b5c6bec4fbbfa0e62b1bf Add an "any slot" dependency operator for dev-db/postgresql. 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. --- diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 3d7d87e..f1492eb 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -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 )