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 3869A1388C1 for ; Sun, 22 Nov 2015 21:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A870E21C002; Sun, 22 Nov 2015 21:00:12 +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 414D121C002 for ; Sun, 22 Nov 2015 21:00:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF577340775 for ; Sun, 22 Nov 2015 21:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D37105C for ; Sun, 22 Nov 2015 21:00:09 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1448225980.2b9360a6773581bf93740da18f491cc3daa73e2e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild X-VCS-Directories: dev-java/icedtea-web/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2b9360a6773581bf93740da18f491cc3daa73e2e X-VCS-Branch: master Date: Sun, 22 Nov 2015 21:00:09 +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: db3ae74f-acd9-4075-a755-34fb1723a715 X-Archives-Hash: 9c81fa81eb5409d9d7ee0801ce6cd147 commit: 2b9360a6773581bf93740da18f491cc3daa73e2e Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 22 20:47:50 2015 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Nov 22 20:59:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9360a6 dev-java/icedtea-web: Add ~ppc64 keyword Package-Manager: portage-2.2.25 dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild index b1a3969..e1806e2 100644 --- a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86" IUSE="doc +icedtea7 javascript +nsplugin tagsoup test" RESTRICT="test"