commit: 0870e2ffc095e423e9e56da8e95e0a3216251d24
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun May 4 16:48:01 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 16:30:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0870e2ff
dev-java/guice: update dependencies
This commit adds dev-java/jsr305 to runtime classpath. This is needed
after adjusting guava's dependencies where jsr305 was wrongly added to
CP_DEPEND.
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/guice/guice-5.1.0-r1.ebuild | 2 +-
dev-java/guice/{guice-5.1.0-r1.ebuild => guice-5.1.0-r2.ebuild} | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-java/guice/guice-5.1.0-r1.ebuild
b/dev-java/guice/guice-5.1.0-r1.ebuild
index 5bc330f4392f..b1fb56915543 100644
--- a/dev-java/guice/guice-5.1.0-r1.ebuild
+++ b/dev-java/guice/guice-5.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/dev-java/guice/guice-5.1.0-r1.ebuild
b/dev-java/guice/guice-5.1.0-r2.ebuild
similarity index 88%
copy from dev-java/guice/guice-5.1.0-r1.ebuild
copy to dev-java/guice/guice-5.1.0-r2.ebuild
index 5bc330f4392f..d5bb78b074dd 100644
--- a/dev-java/guice/guice-5.1.0-r1.ebuild
+++ b/dev-java/guice/guice-5.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,17 +16,18 @@ S="${WORKDIR}/${P}"
LICENSE="Apache-2.0"
SLOT="4"
-KEYWORDS="amd64 arm64 ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
# Most of the test dependencies are missing in Gentoo.
RESTRICT="test"
CP_DEPEND="
dev-java/aopalliance:1
- dev-java/asm:9
- dev-java/error-prone-annotations:0
+ dev-java/asm:0
+ >=dev-java/error-prone-annotations-2.41.0:0
dev-java/guava:0
dev-java/javax-inject:0
+ dev-java/jsr305:0
"
DEPEND="