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 B35EE13888F for ; Sun, 25 Oct 2015 15:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85AC8E0785; Sun, 25 Oct 2015 15:31:43 +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 0806AE0785 for ; Sun, 25 Oct 2015 15:31:42 +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 C56613408FB for ; Sun, 25 Oct 2015 15:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B637A18CA for ; Sun, 25 Oct 2015 15:31:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1445786955.012779089892953b3b816ca874b77b5e4c1aeb87.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hawtjni-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild X-VCS-Directories: dev-java/hawtjni-runtime/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 012779089892953b3b816ca874b77b5e4c1aeb87 X-VCS-Branch: master Date: Sun, 25 Oct 2015 15:31:37 +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: b44d3313-41a6-43ff-8950-071196273c70 X-Archives-Hash: 4e33085df7cac13f446f3e83bda24237 commit: 012779089892953b3b816ca874b77b5e4c1aeb87 Author: Patrice Clement gentoo org> AuthorDate: Sun Oct 25 15:28:19 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Oct 25 15:29:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01277908 dev-java/hawtjni-runtime: Stable for ppc+ppc64. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild index 8c12be8..51ec8db 100644 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ppc ppc64" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5"