mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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:* )
|
||||
|
||||
Reference in New Issue
Block a user