]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Add an "any slot" dependency operator for dev-db/postgresql.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 01:13:03 +0000 (21:13 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 01:13:03 +0000 (21:13 -0400)
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.

dev-lang/php/php-5.6.9.ebuild

index 3d7d87e1aee241e54acb2da083b6768c66fb5ca5..f1492eba3bbf5892ac7d421d36ccb99baa6d6ff5 100644 (file)
@@ -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 )