app-misc/sphinx: enable id64 by default

This matches upstream and avoids deprecation messages about using 32bit ids.

Package-Manager: portage-2.2.26
This commit is contained in:
Hans de Graaff
2016-01-25 15:05:15 +01:00
parent a3b76e3513
commit dece6ac0c3

View File

@@ -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:* )