From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07F46139085 for ; Wed, 21 Dec 2016 22:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B7FAE0C51; Wed, 21 Dec 2016 22:54:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E8F1E0C51 for ; Wed, 21 Dec 2016 22:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6612341293 for ; Wed, 21 Dec 2016 22:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114BB24ED for ; Wed, 21 Dec 2016 22:54:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1482360858.2aa0b7233c2ddb8526e4d8929dee003a50309e9a.whissi@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.11.ebuild X-VCS-Directories: app-misc/sphinx/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2aa0b7233c2ddb8526e4d8929dee003a50309e9a X-VCS-Branch: master Date: Wed, 21 Dec 2016 22:54:29 +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: 5d19dcee-5859-4d20-b251-be6c8ee3cdf4 X-Archives-Hash: 68d83281e544d02fc59ea2f75cbd2da3 commit: 2aa0b7233c2ddb8526e4d8929dee003a50309e9a Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 21 22:17:30 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 21 22:54:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa0b723 app-misc/sphinx: x86 stable (bug #591276) Package-Manager: Portage-2.3.2, Repoman-2.3.1 app-misc/sphinx/sphinx-2.2.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/sphinx/sphinx-2.2.11.ebuild b/app-misc/sphinx/sphinx-2.2.11.ebuild index 90da540..339d600 100644 --- a/app-misc/sphinx/sphinx-2.2.11.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="debug +id64 mysql odbc postgres re2 stemmer syslog xml" RDEPEND="mysql? ( virtual/mysql )