diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:58:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:58:00 +0000 |
commit | db0188e6ac1c6c9f5e8e2d5173e7c6a9bd594fce (patch) | |
tree | 405280245946e2a43ee10b7ffbbef47fa84b8093 /dev-db/unixODBC | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-db0188e6ac1c6c9f5e8e2d5173e7c6a9bd594fce.tar.gz historical-db0188e6ac1c6c9f5e8e2d5173e7c6a9bd594fce.tar.bz2 historical-db0188e6ac1c6c9f5e8e2d5173e7c6a9bd594fce.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild b/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild index fe7f82471e5e..18a2c4798826 100644 --- a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild,v 1.2 2004/02/11 05:24:43 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild,v 1.3 2004/02/16 20:58:00 mr_bones_ Exp $ DESCRIPTION="ODBC Interface for Linux" HOMEPAGE="http://www.unixodbc.org/" @@ -21,10 +21,10 @@ DEPEND="virtual/glibc src_unpack() { unpack ${P}.tar.gz cd ${S} - + # braindead check in configure fails - hack approach epatch ${FILESDIR}/${P}-configure.in.patch - + autoconf || die "autoconf failed" } |