From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-992505-garchives=archives.gentoo.org@lists.gentoo.org> 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 CDB0E139083 for <garchives@archives.gentoo.org>; Sat, 23 Dec 2017 19:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4969CE0E87; Sat, 23 Dec 2017 19:53:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25C64E0E87 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 19:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1204D33FE49 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 19:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1DDEAE81 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Dec 2017 19:53:51 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1514058803.db48662ed414166e6c47cff71fd5a498096da4b8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/lucene++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/lucene++/lucene++-3.0.7.ebuild X-VCS-Directories: dev-cpp/lucene++/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: db48662ed414166e6c47cff71fd5a498096da4b8 X-VCS-Branch: master Date: Sat, 23 Dec 2017 19:53:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27920416-798c-481d-9d7c-7b1cc8225858 X-Archives-Hash: 11791564f91edbcee2f182c055d85962 commit: db48662ed414166e6c47cff71fd5a498096da4b8 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Fri Dec 22 14:04:29 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Dec 23 19:53:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db48662e dev-cpp/lucene++: keyworded 3.0.7 for sparc, bug #555984 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-cpp/lucene++/lucene++-3.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild index ddb0f0570e2..75e282e5ff4 100644 --- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild +++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar. LICENSE="|| ( LGPL-3 Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86" IUSE="debug" DEPEND="dev-libs/boost:="