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/xmpcore/
Date: Thu, 30 Jun 2016 14:40:47
Message-Id: 1467295935.e9c4dcce26c1e9db0c3b2c7be97b9ccbf5148412.monsieurp@gentoo
1 commit: e9c4dcce26c1e9db0c3b2c7be97b9ccbf5148412
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 14:00:22 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 14:12:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c4dcce
7
8 dev-java/xmpcore: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 dev-java/xmpcore/xmpcore-5.1.2.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-java/xmpcore/xmpcore-5.1.2.ebuild b/dev-java/xmpcore/xmpcore-5.1.2.ebuild
16 index 0484d3b..1d28c87 100644
17 --- a/dev-java/xmpcore/xmpcore-5.1.2.ebuild
18 +++ b/dev-java/xmpcore/xmpcore-5.1.2.ebuild
19 @@ -13,9 +13,7 @@ HOMEPAGE="http://www.adobe.com/devnet/xmp.html"
20 SRC_URI="http://central.maven.org/maven2/com/adobe/xmp/${PN}/${PV}/${P}-sources.jar"
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 -
25 -DEPEND=">=virtual/jdk-1.6
26 - app-arch/unzip"
27 +KEYWORDS="amd64 x86"
28
29 +DEPEND=">=virtual/jdk-1.6"
30 RDEPEND=">=virtual/jre-1.6"