commit: a55eb0bcb4df2fe8cf5e31653eea4ef32be793e3 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Jun 6 18:00:01 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Jun 6 18:00:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55eb0bc
games-puzzle/pauker: Support newer java Closes: https://bugs.gentoo.org/787377 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-puzzle/pauker/{pauker-1.8-r1.ebuild => pauker-1.8-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-puzzle/pauker/pauker-1.8-r1.ebuild b/games-puzzle/pauker/pauker-1.8-r2.ebuild similarity index 95% rename from games-puzzle/pauker/pauker-1.8-r1.ebuild rename to games-puzzle/pauker/pauker-1.8-r2.ebuild index 62c31d7abb4..d99c4293362 100644 --- a/games-puzzle/pauker/pauker-1.8-r1.ebuild +++ b/games-puzzle/pauker/pauker-1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,10 +22,10 @@ COMMON_DEP=" dev-java/swing-layout:1 " RDEPEND="${COMMON_DEP} - >=virtual/jre-1.5 + >=virtual/jre-1.8:* " DEPEND="${COMMON_DEP} - >=virtual/jdk-1.5 + >=virtual/jdk-1.8:* app-arch/unzip "
