Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-x86asm/
Date: Fri, 18 Dec 2015 16:33:50
Message-Id: 1450456338.cc0e226e707c5b5c9f2599a04bb7e8e9f78d4c12.monsieurp@gentoo
1 commit: cc0e226e707c5b5c9f2599a04bb7e8e9f78d4c12
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:24:35 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 16:32:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e226e
7
8 dev-java/jnr-x86asm: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild
17 index cfcad57..5b09fb3 100644
18 --- a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild
19 +++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.zip -> ${P}.zip"
21
22 LICENSE="MIT"
23 SLOT="1.0"
24 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="amd64 ppc ppc64 x86"
26 IUSE=""
27
28 DEPEND=">=virtual/jdk-1.6"