From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B806858973 for ; Mon, 25 Jan 2016 14:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EEAF21C00D; Mon, 25 Jan 2016 14:05:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC8ED21C00D for ; Mon, 25 Jan 2016 14:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E412340914 for ; Mon, 25 Jan 2016 14:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13AA10BE for ; Mon, 25 Jan 2016 14:05:41 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1453730738.dece6ac0c36a7ae2b058a63f90e2df5a2eaa4417.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sphinx/sphinx-2.2.10.ebuild X-VCS-Directories: app-misc/sphinx/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dece6ac0c36a7ae2b058a63f90e2df5a2eaa4417 X-VCS-Branch: master Date: Mon, 25 Jan 2016 14:05:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23afc3d7-5516-4c1e-aa46-dff82cfc4c12 X-Archives-Hash: 14cb4670b929e0cb3d807646c2c641cf commit: dece6ac0c36a7ae2b058a63f90e2df5a2eaa4417 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 25 14:05:15 2016 +0000 Commit: Hans de Graaff gentoo 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:* )