diff options
author | 2007-09-03 17:07:56 +0000 | |
---|---|---|
committer | 2007-09-03 17:07:56 +0000 | |
commit | c6c546552a7c109bc3f5fbc5077f8e05d12c12b5 (patch) | |
tree | d9e6e90f29e10a302e895514cfe3addf6ad357e6 /sys-libs/db/db-3.2.9-r11.ebuild | |
parent | amd64 stable, bug #190429. (diff) | |
download | gentoo-2-c6c546552a7c109bc3f5fbc5077f8e05d12c12b5.tar.gz gentoo-2-c6c546552a7c109bc3f5fbc5077f8e05d12c12b5.tar.bz2 gentoo-2-c6c546552a7c109bc3f5fbc5077f8e05d12c12b5.zip |
Changing java dep per bug #181832
(Portage version: 2.1.3.7)
Diffstat (limited to 'sys-libs/db/db-3.2.9-r11.ebuild')
-rw-r--r-- | sys-libs/db/db-3.2.9-r11.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/db/db-3.2.9-r11.ebuild b/sys-libs/db/db-3.2.9-r11.ebuild index 3dee4e61b7b4..61e02b4a7d53 100644 --- a/sys-libs/db/db-3.2.9-r11.ebuild +++ b/sys-libs/db/db-3.2.9-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.11 2007/08/25 14:44:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.12 2007/09/03 17:07:56 caleb Exp $ inherit gnuconfig libtool eutils db java-pkg-opt-2 @@ -15,12 +15,11 @@ SLOT="3" KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="doc java" -RDEPEND="virtual/libc" DEPEND="${RDEPEND} =sys-libs/db-1.85* sys-devel/libtool sys-devel/m4 - java? ( >=virtual/jdk-1.4 )" + java? ( >=virtual/jre-1.4 )" # We need m4 too else build fails without config.guess # This doesn't build without exceptions |