diff options
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4-r3.ebuild')
-rw-r--r-- | sys-libs/db/db-4.7.25_p4-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/db/db-4.7.25_p4-r3.ebuild b/sys-libs/db/db-4.7.25_p4-r3.ebuild index 482880fbe964..791f144c7d93 100644 --- a/sys-libs/db/db-4.7.25_p4-r3.ebuild +++ b/sys-libs/db/db-4.7.25_p4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,8 +35,7 @@ IUSE="doc java cxx tcl test" # the entire testsuite needs the TCL functionality DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) test? ( >=dev-lang/tcl-8.4 ) - java? ( >=virtual/jdk-1.5 ) - >=sys-devel/binutils-2.16.1" + java? ( >=virtual/jdk-1.5 )" RDEPEND="tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 )" |