Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132690 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-libs/db/db-3.2.9-r10.ebuild (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.24 2006/08/03 23:46:04 cardoe Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.24 2006/08/03 23:46:04 cardoe Exp $
4
4
5
inherit gnuconfig libtool eutils db
5
inherit gnuconfig libtool eutils db java-pkg-opt-2
6
6
7
DESCRIPTION="Berkeley DB for transaction support in MySQL"
7
DESCRIPTION="Berkeley DB for transaction support in MySQL"
8
HOMEPAGE="http://www.sleepycat.com/"
8
HOMEPAGE="http://www.sleepycat.com/"
Lines 81-86 Link Here
81
		`use_enable java`
81
		`use_enable java`
82
		--enable-dynamic"
82
		--enable-dynamic"
83
83
84
	use java && export JAVACABS=$(java-config --javac)
85
84
	# TCL support is also broken
86
	# TCL support is also broken
85
	# Robin H. Johnson <robbat2@gentoo.org> (18 Oct 2003)
87
	# Robin H. Johnson <robbat2@gentoo.org> (18 Oct 2003)
86
	# conf_shared="${conf_shared}
88
	# conf_shared="${conf_shared}

Return to bug 132690