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 69041139694 for ; Fri, 2 Jun 2017 12:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 627D7E0C5F; Fri, 2 Jun 2017 12:04:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3AA23E0C5F for ; Fri, 2 Jun 2017 12:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CFCF234178A for ; Fri, 2 Jun 2017 12:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DCA3746B for ; Fri, 2 Jun 2017 12:04:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1496405045.5a4fa845fe8ca5d1dc57a703df439b31459b3593.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5a4fa845fe8ca5d1dc57a703df439b31459b3593 X-VCS-Branch: master Date: Fri, 2 Jun 2017 12:04:43 +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: 318fa485-8bd4-493e-b7b4-904d36a1aece X-Archives-Hash: 0ecbc4e6e78c0058eff7c228f5b0f1a0 commit: 5a4fa845fe8ca5d1dc57a703df439b31459b3593 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jun 2 12:04:05 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jun 2 12:04:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4fa845 dev-cpp/lucene++: Stable for HPPA too. Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --ignore-arches 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 f2655c3b0a3..b06475b036d 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 ppc64 x86" +KEYWORDS="amd64 hppa ppc64 x86" IUSE="debug" DEPEND="dev-libs/boost:="