diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-15 02:45:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-15 02:45:12 +0000 |
commit | 31afec58e7407c2f3b933c9e5a6058619ee8d3e2 (patch) | |
tree | 02fb0dd85dc75d73942eaeba55b5fc31f7c5060b /sys-libs | |
parent | stable on ppc64, bug #278039 (diff) | |
download | gentoo-2-31afec58e7407c2f3b933c9e5a6058619ee8d3e2.tar.gz gentoo-2-31afec58e7407c2f3b933c9e5a6058619ee8d3e2.tar.bz2 gentoo-2-31afec58e7407c2f3b933c9e5a6058619ee8d3e2.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.7.25_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild index 8f5c23429bda..4bc09ab5d333 100644 --- a/sys-libs/db/db-4.7.25_p4.ebuild +++ b/sys-libs/db/db-4.7.25_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.3 2009/09/13 18:03:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.4 2009/09/15 02:45:12 mr_bones_ Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -98,7 +98,7 @@ src_compile() { if use userland_GNU ; then append-ldflags -Wl,--default-symver fi - + # Bug #270851: test needs TCL support if use tcl || use test ; then myconf="${myconf} --enable-tcl" |