From dece6ac0c36a7ae2b058a63f90e2df5a2eaa4417 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 25 Jan 2016 15:05:15 +0100 Subject: [PATCH] app-misc/sphinx: enable id64 by default This matches upstream and avoids deprecation messages about using 32bit ids. Package-Manager: portage-2.2.26 --- app-misc/sphinx/sphinx-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/sphinx/sphinx-2.2.10.ebuild b/app-misc/sphinx/sphinx-2.2.10.ebuild index 78e154f27f945..273dac799f9a2 100644 --- a/app-misc/sphinx/sphinx-2.2.10.ebuild +++ b/app-misc/sphinx/sphinx-2.2.10.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug id64 mysql odbc postgres re2 stemmer syslog xml" +IUSE="debug +id64 mysql odbc postgres re2 stemmer syslog xml" RDEPEND="mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* )