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 D90ED138330 for ; Thu, 29 Sep 2016 09:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6290EE0B1F; Thu, 29 Sep 2016 09:06: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 4587DE0B1B for ; Thu, 29 Sep 2016 09:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31E753408DD for ; Thu, 29 Sep 2016 09:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A2324B4 for ; Thu, 29 Sep 2016 09:06:26 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1475139976.261e651694cd88c287732e023d58647f7c9e3984.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild X-VCS-Directories: dev-java/icedtea-bin/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 261e651694cd88c287732e023d58647f7c9e3984 X-VCS-Branch: master Date: Thu, 29 Sep 2016 09:06:26 +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: d29197df-2ac2-4943-b613-369bd7128e5b X-Archives-Hash: afc0aa8d76bdfd0c1660d5cde77d1a91 commit: 261e651694cd88c287732e023d58647f7c9e3984 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 29 09:06:16 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Sep 29 09:06:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261e6516 dev-java/icedtea-bin: x86 stable wrt bug #590590 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild | 2 +- dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild index 1708073..d8a9801 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit java-vm-2 multilib-build toolchain-funcs MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} ) -KEYWORDS="-* amd64 ~arm ppc64 ~x86" +KEYWORDS="-* amd64 ~arm ppc64 x86" BASE_URI="https://dev.gentoo.org/~chewi/distfiles" SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz ) diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild b/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild index c115546..fd6dc33 100644 --- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.7.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit java-vm-2 multilib-build prefix toolchain-funcs MULTILIB_COMPAT=( abi_x86_{32,64} ) -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" BASE_URI="https://dev.gentoo.org/~chewi/distfiles" SRC_URI="doc? ( ${BASE_URI}/${PN}-doc-${PV}.tar.xz )