commit: 96d2934da93cc3b245d6384161849c08494737b0 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Apr 11 08:01:00 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Apr 12 08:44:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d2934d
dev-java/caffeine: remove test flag the sources from mvnrepository do not provide tests. Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36209 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/caffeine/caffeine-2.6.2-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-java/caffeine/caffeine-2.6.2-r1.ebuild b/dev-java/caffeine/caffeine-2.6.2-r1.ebuild index b15bcc26da75..673e2da08617 100644 --- a/dev-java/caffeine/caffeine-2.6.2-r1.ebuild +++ b/dev-java/caffeine/caffeine-2.6.2-r1.ebuild @@ -3,9 +3,8 @@ EAPI=8 -JAVA_PKG_IUSE="doc source test" +JAVA_PKG_IUSE="doc source" MAVEN_ID="com.github.ben-manes.caffeine:caffeine:${PV}" -JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple
