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/jbig2-imageio/
Date: Fri, 01 Jul 2022 07:45:06
Message-Id: 1656661492.79b99a3d8472a12d90aaaf9af9ca5363e30f760a.arthurzam@gentoo
1 commit: 79b99a3d8472a12d90aaaf9af9ca5363e30f760a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 07:44:52 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 07:44:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b99a3d
7
8 dev-java/jbig2-imageio: Stabilize 3.0.3 arm64, #853742
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
16 index 759a268c26fd..24e6a4482fb5 100644
17 --- a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
18 +++ b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # Skeleton command:
25 @@ -18,7 +18,7 @@ SRC_URI="https://downloads.apache.org/pdfbox/${PN}/${PV}/${P}-src.zip"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm64 ppc64 x86"
30 +KEYWORDS="amd64 arm64 ppc64 x86"
31
32 DEPEND=">=virtual/jdk-1.8:*"
33 RDEPEND=">=virtual/jre-1.8:*"