app-misc/sphinx: enable id64 by default
authorHans de Graaff <graaff@gentoo.org>
Mon, 25 Jan 2016 14:05:15 +0000 (15:05 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 25 Jan 2016 14:05:38 +0000 (15:05 +0100)
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

index 78e154f27f945290f8d7de6c24e4b3a1f11fc2d8..273dac799f9a26cc46546d6d6dc6c819145daef4 100644 (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:* )