diff options
author | 2004-11-30 19:37:20 +0000 | |
---|---|---|
committer | 2004-11-30 19:37:20 +0000 | |
commit | 6b93bf2b47ec355d1fcd19a173c8790b893452ee (patch) | |
tree | 44c70f227297142bf00384ebc1f76da5462c884c /sys-libs/db/db-4.0.14-r2.ebuild | |
parent | Stable on hppa since bug with binutils is fixed. (Manifest recommit) (diff) | |
download | gentoo-2-6b93bf2b47ec355d1fcd19a173c8790b893452ee.tar.gz gentoo-2-6b93bf2b47ec355d1fcd19a173c8790b893452ee.tar.bz2 gentoo-2-6b93bf2b47ec355d1fcd19a173c8790b893452ee.zip |
Stabilize an old 4.1 ebuild, and add support for a 1.5 jdk to the older 4.{0,1} packages
Diffstat (limited to 'sys-libs/db/db-4.0.14-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.0.14-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.0.14-r2.ebuild b/sys-libs/db/db-4.0.14-r2.ebuild index 7a834f40f082..4a9c32c55961 100644 --- a/sys-libs/db/db-4.0.14-r2.ebuild +++ b/sys-libs/db/db-4.0.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r2.ebuild,v 1.23 2004/09/03 18:24:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r2.ebuild,v 1.24 2004/11/30 19:37:20 pauldv Exp $ IUSE="tcltk java doc" @@ -25,6 +25,7 @@ src_unpack() { # libpthread, but does not do so ... # <azarah@gentoo.org> (23 Feb 2003) cd ${WORKDIR}/${P}; epatch ${FILESDIR}/${P}-fix-dep-link.patch + epatch ${FILESDIR}/${PN}-4.1.25-java.patch } src_compile() { |