diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 00:47:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 00:47:57 +0000 |
commit | 09ed1198ce5f77f43ebae569ff505e97094ba485 (patch) | |
tree | ac6c677442cdffbe234775b2103d0884d85bbb06 /dev-python | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-09ed1198ce5f77f43ebae569ff505e97094ba485.tar.gz gentoo-2-09ed1198ce5f77f43ebae569ff505e97094ba485.tar.bz2 gentoo-2-09ed1198ce5f77f43ebae569ff505e97094ba485.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bsddb3/bsddb3-4.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bsddb3/bsddb3-4.2.4.ebuild b/dev-python/bsddb3/bsddb3-4.2.4.ebuild index 48c6e8290f34..0114f767a5e7 100644 --- a/dev-python/bsddb3/bsddb3-4.2.4.ebuild +++ b/dev-python/bsddb3/bsddb3-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.2.4.ebuild,v 1.1 2004/02/13 10:06:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-4.2.4.ebuild,v 1.2 2004/02/17 00:47:57 mr_bones_ Exp $ inherit distutils @@ -21,7 +21,7 @@ DOCS="README.txt TODO.txt" src_unpack() { unpack ${A} cd ${S}; epatch ${FILESDIR}/${P}-db4.2.patch -} +} src_compile() { distutils_src_compile "--berkeley-db=/usr" |