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/jsr250/
Date: Sun, 25 Dec 2016 00:53:47
Message-Id: 1482627216.6f36d3cb3e0f3791602d30b9ffb74a4f0efaa540.monsieurp@gentoo
1 commit: 6f36d3cb3e0f3791602d30b9ffb74a4f0efaa540
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 00:39:15 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 25 00:53:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f36d3cb
7
8 dev-java/jsr250: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 dev-java/jsr250/jsr250-1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/jsr250/jsr250-1.2.ebuild b/dev-java/jsr250/jsr250-1.2.ebuild
16 index 81ad056..e0922e8 100644
17 --- a/dev-java/jsr250/jsr250-1.2.ebuild
18 +++ b/dev-java/jsr250/jsr250-1.2.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/${
20
21 LICENSE="|| ( CDDL GPL-2 )"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc64 x86"
25
26 RDEPEND=">=virtual/jre-1.7"
27 DEPEND=">=virtual/jdk-1.7"