diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-30 12:50:52 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-30 12:53:06 +0200 |
commit | a8e03934426bd753b01fc53d0b726640d7400299 (patch) | |
tree | 68415f29b0e1e2978a0fd833028a4b3ffa18d0ca /sys-libs | |
parent | net-vpn/openvpn: remove libressl support (diff) | |
download | gentoo-a8e03934426bd753b01fc53d0b726640d7400299.tar.gz gentoo-a8e03934426bd753b01fc53d0b726640d7400299.tar.bz2 gentoo-a8e03934426bd753b01fc53d0b726640d7400299.zip |
sys-libs/db: fixed min java in 6.0.35-r4
Bug: https://bugs.gentoo.org/786699
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-6.0.35-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-6.0.35-r4.ebuild b/sys-libs/db/db-6.0.35-r4.ebuild index 18c03138591b..9e9b623e0489 100644 --- a/sys-libs/db/db-6.0.35-r4.ebuild +++ b/sys-libs/db/db-6.0.35-r4.ebuild @@ -37,9 +37,9 @@ REQUIRED_USE="test? ( tcl )" # the entire testsuite needs the TCL functionality DEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] ) test? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] ) - java? ( >=virtual/jdk-1.8 )" + java? ( >=virtual/jdk-1.7:* )" RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] ) - java? ( >=virtual/jre-1.8 )" + java? ( >=virtual/jre-1.7:* )" MULTILIB_WRAPPED_HEADERS=( /usr/include/db${SLOT}/db.h |