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 2C72B1382C5 for ; Wed, 24 Jan 2018 21:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F85E0891; Wed, 24 Jan 2018 21:25:24 +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 5DD9BE0891 for ; Wed, 24 Jan 2018 21:25:24 +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 AC313335C2F for ; Wed, 24 Jan 2018 21:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FF2F1CE for ; Wed, 24 Jan 2018 21:25:22 +0000 (UTC) From: "Sergei Trofimovich" 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" Message-ID: <1516829111.236f86374a12f5eea7a348007a121bb94c657e56.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: 236f86374a12f5eea7a348007a121bb94c657e56 X-VCS-Branch: master Date: Wed, 24 Jan 2018 21:25:22 +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: c2ef3b22-4d67-42a6-b9a5-6f6693de6050 X-Archives-Hash: 8016e13c9aa05a67cc7ea1d7ddf287c2 commit: 236f86374a12f5eea7a348007a121bb94c657e56 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jan 24 20:29:30 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jan 24 21:25:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236f8637 dev-cpp/lucene++: stable 3.0.7 for sparc, bug #563966 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-cpp/lucene++/lucene++-3.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild index 75e282e5ff4..9f00187a3ea 100644 --- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild +++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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 ~sparc x86" +KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86" IUSE="debug" DEPEND="dev-libs/boost:="