commit: aaa0d54f89561b852818b5a1c58d6b30ee40e675 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 19:13:33 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 19:16:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa0d54f
dev-java/asm: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy (ppc64+x86) as per asm-4.0 KEYWORDS. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-java/asm/asm-4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/asm/asm-4.0-r1.ebuild b/dev-java/asm/asm-4.0-r1.ebuild index 43faf13..63236e9 100644 --- a/dev-java/asm/asm-4.0-r1.ebuild +++ b/dev-java/asm/asm-4.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5"