commit:     9db658b87d8307581fd7d497b1a5e6da96fdbd3b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:16:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db658b8

app-misc/sphinx: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-misc/sphinx/sphinx-2.0.10.ebuild | 4 ++--
 app-misc/sphinx/sphinx-2.1.9.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/sphinx/sphinx-2.0.10.ebuild 
b/app-misc/sphinx/sphinx-2.0.10.ebuild
index 1c327f6552d..8e0c6d4c856 100644
--- a/app-misc/sphinx/sphinx-2.0.10.ebuild
+++ b/app-misc/sphinx/sphinx-2.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,7 +22,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linu
 IUSE="debug id64 mysql odbc postgres stemmer test"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
+       postgres? ( dev-db/postgresql:* )
        odbc? ( dev-db/unixODBC )
        virtual/libiconv"
 DEPEND="${RDEPEND}

diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild 
b/app-misc/sphinx/sphinx-2.1.9.ebuild
index b34fbf799e5..54eaa42baca 100644
--- a/app-misc/sphinx/sphinx-2.1.9.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linu
 IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
+       postgres? ( dev-db/postgresql:* )
        odbc? ( dev-db/unixODBC )
        stemmer? ( dev-libs/snowball-stemmer )
        xml? ( dev-libs/expat )

Reply via email to