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 2A4171382DE for ; Thu, 30 Jun 2016 14:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 507DAE0B22; Thu, 30 Jun 2016 14:40:42 +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 DFC98E0B22 for ; Thu, 30 Jun 2016 14:40:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 04078340EA6 for ; Thu, 30 Jun 2016 14:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EBEC243D for ; Thu, 30 Jun 2016 14:40:39 +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: <1467295862.73be47d7c1ca024aa44278d93b29dada1c50b055.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bcel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bcel/bcel-6.0_rc3.ebuild X-VCS-Directories: dev-java/bcel/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 73be47d7c1ca024aa44278d93b29dada1c50b055 X-VCS-Branch: master Date: Thu, 30 Jun 2016 14:40:39 +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: 3a354218-1db4-401d-81f7-089e3a2ca903 X-Archives-Hash: 1a83f05fdeebf1cc1ba8b4997c1a4dc2 commit: 73be47d7c1ca024aa44278d93b29dada1c50b055 Author: Patrice Clement gentoo org> AuthorDate: Thu Jun 30 13:54:48 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jun 30 14:11:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73be47d7 dev-java/bcel: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 dev-java/bcel/bcel-6.0_rc3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bcel/bcel-6.0_rc3.ebuild b/dev-java/bcel/bcel-6.0_rc3.ebuild index 1018aca..48c88a8 100644 --- a/dev-java/bcel/bcel-6.0_rc3.ebuild +++ b/dev-java/bcel/bcel-6.0_rc3.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/apache/commons-${PN}/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.5"