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/libmatthew-java/
Date: Mon, 01 Apr 2019 08:53:17
Message-Id: 1554108697.0353c9dea3a64695d177b8613c8798d3e783b0be.monsieurp@gentoo
1 commit: 0353c9dea3a64695d177b8613c8798d3e783b0be
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 20:07:22 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 08:51:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0353c9de
7
8 dev-java/libmatthew-java: stable for amd64.
9
10 ... and mark stable for the remaining arches using the ALLARCHES policy.
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
19 index 6474760d30b..083085e8d32 100644
20 --- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
21 +++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
22 @@ -4,6 +4,7 @@
23 EAPI=6
24
25 JAVA_PKG_IUSE="doc source"
26 +
27 inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
28
29 DESCRIPTION="A selection of libraries for Java"
30 @@ -12,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
31
32 LICENSE="LGPL-2.1"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~ppc64 ~x86"
35 +KEYWORDS="amd64 ppc64 x86"
36
37 RDEPEND="
38 >=virtual/jre-1.5"