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/xjavac/
Date: Sun, 14 Apr 2019 18:44:44
Message-Id: 1555267472.a48b7e631934e7aa14b49dd53547963e832f4fd2.monsieurp@gentoo
1 commit: a48b7e631934e7aa14b49dd53547963e832f4fd2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 18:19:23 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 18:44:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48b7e63
7
8 dev-java/xjavac: stable for amd64.
9
10 ... and 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/xjavac/xjavac-2.4.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-java/xjavac/xjavac-2.4.0.ebuild b/dev-java/xjavac/xjavac-2.4.0.ebuild
19 index 8198e0008d8..b5095e081fb 100644
20 --- a/dev-java/xjavac/xjavac-2.4.0.ebuild
21 +++ b/dev-java/xjavac/xjavac-2.4.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
29 LICENSE="Apache-2.0"
30 SLOT="1"
31
32 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34
35 CDEPEND="dev-java/ant-core:0"