Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-compress/
Date: Mon, 17 Jul 2017 11:54:25
Message-Id: 1500292458.282fef62871ed4b36cadacbca9b03db5936a6f0b.aballier@gentoo
1 commit: 282fef62871ed4b36cadacbca9b03db5936a6f0b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 11:53:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 11:54:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282fef62
7
8 dev-java/commons-compress: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-java/commons-compress/commons-compress-1.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/commons-compress/commons-compress-1.10.ebuild b/dev-java/commons-compress/commons-compress-1.10.ebuild
16 index 16bb6d93d8e..5670329df83 100644
17 --- a/dev-java/commons-compress/commons-compress-1.10.ebuild
18 +++ b/dev-java/commons-compress/commons-compress-1.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ DESCRIPTION="Java API for working with archive files"
26 HOMEPAGE="https://commons.apache.org/proper/commons-compress/"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 x86"
30 +KEYWORDS="amd64 ~arm64 x86"
31 IUSE=""
32
33 CDEPEND="dev-java/xz-java:0"