Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/
Date: Thu, 06 Jan 2022 20:14:28
Message-Id: 1641500054.708ee4f993019baec9efdbccc068cdc6c84be757.arthurzam@gentoo
1 commit: 708ee4f993019baec9efdbccc068cdc6c84be757
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 20:13:58 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 20:14:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708ee4f9
7
8 dev-java/jopt-simple: Keyword 4.6 arm, #830681
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/jopt-simple/jopt-simple-4.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/jopt-simple/jopt-simple-4.6.ebuild b/dev-java/jopt-simple/jopt-simple-4.6.ebuild
16 index 197957670e4c..aaf03a76da0c 100644
17 --- a/dev-java/jopt-simple/jopt-simple-4.6.ebuild
18 +++ b/dev-java/jopt-simple/jopt-simple-4.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://pholser.github.com/jopt-simple/"
26 SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
27 LICENSE="MIT"
28 SLOT="4.6"
29 -KEYWORDS="amd64 ppc64 x86"
30 +KEYWORDS="amd64 ~arm ppc64 x86"
31
32 RDEPEND=">=virtual/jre-1.6"
33 DEPEND=">=virtual/jdk-1.6"