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/typesafe-config/
Date: Mon, 24 Jan 2022 09:25:32
Message-Id: 1643016301.35f75521ac389450cbec769b08f8f8072ad1b95f.jsmolic@gentoo
1 commit: 35f75521ac389450cbec769b08f8f8072ad1b95f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 09:25:01 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 09:25:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f75521
7
8 dev-java/typesafe-config: Stabilize 1.3.0-r3 amd64, #831955
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/typesafe-config/typesafe-config-1.3.0-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/typesafe-config/typesafe-config-1.3.0-r3.ebuild b/dev-java/typesafe-config/typesafe-config-1.3.0-r3.ebuild
16 index 8437c8eaf023..f224cb72a9eb 100644
17 --- a/dev-java/typesafe-config/typesafe-config-1.3.0-r3.ebuild
18 +++ b/dev-java/typesafe-config/typesafe-config-1.3.0-r3.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 EAPI=8
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lightbend/config/archive/refs/tags/v${PV}.tar.gz ->
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~ppc64 ~x86"
31 IUSE="doc source"
32
33 RDEPEND=">=virtual/jre-1.8:*"