Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/univocity-parsers/
Date: Fri, 06 May 2022 11:25:44
Message-Id: 1651836336.8aaffb09a876477fa99f9e98dcee382aef4c68d5.jsmolic@gentoo
1 commit: 8aaffb09a876477fa99f9e98dcee382aef4c68d5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 11:25:36 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 11:25:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaffb09
7
8 dev-java/univocity-parsers: Stabilize 2.9.1 amd64, #842855
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild b/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
16 index 402e403410af..101fa55a4c63 100644
17 --- a/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
18 +++ b/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/uniVocity/univocity-parsers/archive/refs/tags/v${PV}
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
25
26 DEPEND="
27 >=virtual/jdk-1.8:*