commit:     a60ec5af9188bc2ced88e0480778d211b9757a43
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Nov 12 21:39:11 2025 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 20:39:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60ec5af

dev-java/swing-layout: restrict to max jdk 25

Closes: https://bugs.gentoo.org/965868
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44606
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../{swing-layout-1.0.4-r2.ebuild => swing-layout-1.0.4-r3.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/swing-layout/swing-layout-1.0.4-r2.ebuild 
b/dev-java/swing-layout/swing-layout-1.0.4-r3.ebuild
similarity index 88%
rename from dev-java/swing-layout/swing-layout-1.0.4-r2.ebuild
rename to dev-java/swing-layout/swing-layout-1.0.4-r3.ebuild
index 49fff0a6fb33..2e815ea49d3f 100644
--- a/dev-java/swing-layout/swing-layout-1.0.4-r2.ebuild
+++ b/dev-java/swing-layout/swing-layout-1.0.4-r3.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,7 +16,7 @@ SLOT="1"
 KEYWORDS="amd64"
 
 DEPEND="
-       >=virtual/jdk-1.8:*"
+       <virtual/jdk-26:*"
 
 RDEPEND="
        >=virtual/jre-1.8:*"

Reply via email to