Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Mon, 31 May 2021 21:59:19
Message-Id: 1622498352.8557e510fd9ccf0cab1c052fe1970877d63a8d5d.whissi@gentoo
1 commit: 8557e510fd9ccf0cab1c052fe1970877d63a8d5d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 21:59:03 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 21:59:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8557e510
7
8 sys-devel/gettext: adjust virtual/{jre,jdk} dep
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-devel/gettext/gettext-0.21-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/gettext/gettext-0.21-r1.ebuild b/sys-devel/gettext/gettext-0.21-r1.ebuild
17 index f6ce7c38d3e..1e9ad90f1e6 100644
18 --- a/sys-devel/gettext/gettext-0.21-r1.ebuild
19 +++ b/sys-devel/gettext/gettext-0.21-r1.ebuild
20 @@ -35,11 +35,11 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
21 dev-libs/expat
22 acl? ( virtual/acl )
23 ncurses? ( sys-libs/ncurses:0= )
24 - java? ( >=virtual/jdk-1.4:= )"
25 + java? ( >=virtual/jdk-1.8:= )"
26 RDEPEND="${DEPEND}
27 !git? ( cvs? ( dev-vcs/cvs ) )
28 git? ( dev-vcs/git )
29 - java? ( >=virtual/jre-1.4 )"
30 + java? ( >=virtual/jre-1.8 )"
31 BDEPEND="
32 git? ( dev-vcs/git )
33 "