summaryrefslogtreecommitdiff
path: root/app-misc/sphinx
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-10 15:11:54 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-10 15:16:25 +0100
commit9db658b87d8307581fd7d497b1a5e6da96fdbd3b (patch)
tree0a88c61b527b1704f3a6139d24efe4da837fee1a /app-misc/sphinx
parenta23ab99590628120c58d65dd5a570b3cc784b314 (diff)
downloadgentoo-9db658b87d8307581fd7d497b1a5e6da96fdbd3b.tar.gz
gentoo-9db658b87d8307581fd7d497b1a5e6da96fdbd3b.tar.xz
app-misc/sphinx: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r--app-misc/sphinx/sphinx-2.0.10.ebuild4
-rw-r--r--app-misc/sphinx/sphinx-2.1.9.ebuild4
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 )