Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/
Date: Fri, 30 Apr 2021 10:53:16
Message-Id: 1619779986.a8e03934426bd753b01fc53d0b726640d7400299.fordfrog@gentoo
1 commit: a8e03934426bd753b01fc53d0b726640d7400299
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 10:50:52 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 10:53:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e03934
7
8 sys-libs/db: fixed min java in 6.0.35-r4
9
10 Bug: https://bugs.gentoo.org/786699
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 sys-libs/db/db-6.0.35-r4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-libs/db/db-6.0.35-r4.ebuild b/sys-libs/db/db-6.0.35-r4.ebuild
18 index 18c03138591..9e9b623e048 100644
19 --- a/sys-libs/db/db-6.0.35-r4.ebuild
20 +++ b/sys-libs/db/db-6.0.35-r4.ebuild
21 @@ -37,9 +37,9 @@ REQUIRED_USE="test? ( tcl )"
22 # the entire testsuite needs the TCL functionality
23 DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
24 test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
25 - java? ( >=virtual/jdk-1.8 )"
26 + java? ( >=virtual/jdk-1.7:* )"
27 RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )
28 - java? ( >=virtual/jre-1.8 )"
29 + java? ( >=virtual/jre-1.7:* )"
30
31 MULTILIB_WRAPPED_HEADERS=(
32 /usr/include/db${SLOT}/db.h