commit:     e9c52f3ff59beedb1bfd032d68981988337fdf74
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 12:12:01 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 12:12:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c52f3f

Revert "sys-devel/gettext: restrict to jdk:1.8"

This package works with JDK 11, so restricting it to 1.8 makes no sense.

Reverts: d17387e195c838d9784a24dde1666e9a01730b07
Bug: https://bugs.gentoo.org/770508
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-devel/gettext/{gettext-0.21-r2.ebuild => gettext-0.21-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gettext/gettext-0.21-r2.ebuild 
b/sys-devel/gettext/gettext-0.21-r1.ebuild
similarity index 98%
rename from sys-devel/gettext/gettext-0.21-r2.ebuild
rename to sys-devel/gettext/gettext-0.21-r1.ebuild
index b42b1960b4a1..dffca52da8a5 100644
--- a/sys-devel/gettext/gettext-0.21-r2.ebuild
+++ b/sys-devel/gettext/gettext-0.21-r1.ebuild
@@ -38,11 +38,11 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
        dev-libs/expat
        acl? ( virtual/acl )
        ncurses? ( sys-libs/ncurses:0= )
-       java? ( virtual/jdk:1.8 )"
+       java? ( >=virtual/jdk-1.8:= )"
 RDEPEND="${DEPEND}
        !git? ( cvs? ( dev-vcs/cvs ) )
        git? ( dev-vcs/git )
-       java? ( >=virtual/jre-1.8:* )"
+       java? ( >=virtual/jre-1.8 )"
 BDEPEND="
        !git? ( cvs? ( dev-vcs/cvs ) )
        git? ( dev-vcs/git )

Reply via email to