commit: dece6ac0c36a7ae2b058a63f90e2df5a2eaa4417 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 14:05:15 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 14:05:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dece6ac0
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 78e154f..273dac7 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:* )
