diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-26 22:06:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-26 22:06:53 +0000 |
commit | b4bbd1d51404cf62490e26fd2f810757f18f05ab (patch) | |
tree | c44621f9a6078647f1c6d3cd395fe74d23d292c2 /sys-libs | |
parent | New version. (diff) | |
download | gentoo-2-b4bbd1d51404cf62490e26fd2f810757f18f05ab.tar.gz gentoo-2-b4bbd1d51404cf62490e26fd2f810757f18f05ab.tar.bz2 gentoo-2-b4bbd1d51404cf62490e26fd2f810757f18f05ab.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.1.25_p2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/db-4.2.52_p4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-4.1.25_p2.ebuild b/sys-libs/db/db-4.1.25_p2.ebuild index d7436eb8b1e2..d829b754be41 100644 --- a/sys-libs/db/db-4.1.25_p2.ebuild +++ b/sys-libs/db/db-4.1.25_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p2.ebuild,v 1.1 2005/12/26 06:58:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p2.ebuild,v 1.2 2005/12/26 22:06:53 mr_bones_ Exp $ inherit eutils gnuconfig db @@ -72,7 +72,7 @@ src_compile() { fi [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" - + # the entire testsuite needs the TCL functionality if use tcltk && has test $FEATURES; then myconf="${myconf} --enable-test" diff --git a/sys-libs/db/db-4.2.52_p4.ebuild b/sys-libs/db/db-4.2.52_p4.ebuild index bad5a09c2766..52555f7fa482 100644 --- a/sys-libs/db/db-4.2.52_p4.ebuild +++ b/sys-libs/db/db-4.2.52_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4.ebuild,v 1.1 2005/12/26 06:58:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4.ebuild,v 1.2 2005/12/26 22:06:53 mr_bones_ Exp $ inherit eutils gnuconfig db @@ -73,7 +73,7 @@ src_compile() { fi [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" - + # the entire testsuite needs the TCL functionality if use tcltk && has test $FEATURES; then myconf="${myconf} --enable-test" |