diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-21 07:16:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-21 07:16:34 +0000 |
commit | 923d149ee4e55050f1507ff827b8286aac848823 (patch) | |
tree | d019bc95ae1c15a4959489c5c6dd88df54bab93d /dev-db/firebird | |
parent | Quote LDFLAGS, so multiple flags doesn't kill the build by passing flags beyo... (diff) | |
download | gentoo-2-923d149ee4e55050f1507ff827b8286aac848823.tar.gz gentoo-2-923d149ee4e55050f1507ff827b8286aac848823.tar.bz2 gentoo-2-923d149ee4e55050f1507ff827b8286aac848823.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild index 8b7ce35bebc7..1636a679f469 100644 --- a/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild +++ b/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild,v 1.1 2007/09/21 02:15:03 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild,v 1.2 2007/09/21 07:16:34 mr_bones_ Exp $ inherit flag-o-matic eutils autotools versionator @@ -59,7 +59,6 @@ src_unpack() { find "${S}" -name \*.sh -print0 | xargs -0 chmod +x rm -rf "${S}"/extern/{editline,icu} - eautoreconf } |