diff options
Diffstat (limited to 'app-misc/sphinx/sphinx-2.1.9.ebuild')
-rw-r--r-- | app-misc/sphinx/sphinx-2.1.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild b/app-misc/sphinx/sphinx-2.1.9.ebuild index bf55eea2001f..2bdec82fc326 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="debug id64 mysql odbc postgres stemmer syslog test xml" +RESTRICT="!test? ( test )" RDEPEND="mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) |