diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-08-03 23:46:04 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-08-03 23:46:04 +0000 |
commit | 98edc1a1d40baf75602032d29227194ba246d5d5 (patch) | |
tree | 4fa1bc78ce37755170e6f685ba1f1527683f6702 /sys-libs/db/db-3.2.9-r10.ebuild | |
parent | removed --without-included-libtasn1 as oddly enough it uses the included libt... (diff) | |
download | gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.tar.gz gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.tar.bz2 gentoo-2-98edc1a1d40baf75602032d29227194ba246d5d5.zip |
Changed tcltk USE flag to tcl as per bug #17808
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'sys-libs/db/db-3.2.9-r10.ebuild')
-rw-r--r-- | sys-libs/db/db-3.2.9-r10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild index dffc4b7aa46c..54a68e7d4841 100644 --- a/sys-libs/db/db-3.2.9-r10.ebuild +++ b/sys-libs/db/db-3.2.9-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r10.ebuild,v 1.23 2006/01/18 23:03:00 vapier Exp $ +# $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 $ inherit gnuconfig libtool eutils db @@ -84,8 +84,8 @@ src_compile() { # TCL support is also broken # Robin H. Johnson <robbat2@gentoo.org> (18 Oct 2003) # conf_shared="${conf_shared} - # `use_enable tcltk tcl` - # `use_with tcltk tcl /usr/lib`" + # `use_enable tcl tcl` + # `use_with tcl tcl /usr/lib`" # NOTE: we should not build both shared and static versions # of the libraries in the same build root! |