diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-10 16:19:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-10 16:19:56 +0000 |
commit | be6a67815f2098c499194c187e18013585b9ba98 (patch) | |
tree | d1c43a8ee82deb294a58ae2d139c1aeb63313b11 /sys-fs/unionfs | |
parent | Version bump thanks to chaosite. (diff) | |
download | gentoo-2-be6a67815f2098c499194c187e18013585b9ba98.tar.gz gentoo-2-be6a67815f2098c499194c187e18013585b9ba98.tar.bz2 gentoo-2-be6a67815f2098c499194c187e18013585b9ba98.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-fs/unionfs')
-rw-r--r-- | sys-fs/unionfs/unionfs-1.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/unionfs/unionfs-1.0.9.ebuild b/sys-fs/unionfs/unionfs-1.0.9.ebuild index c3cefe64ef94..6358d869224d 100644 --- a/sys-fs/unionfs/unionfs-1.0.9.ebuild +++ b/sys-fs/unionfs/unionfs-1.0.9.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-fs/unionfs/unionfs-1.0.9.ebuild,v 1.1 2005/03/10 09:26:27 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.9.ebuild,v 1.2 2005/03/10 16:19:56 mr_bones_ Exp $ inherit eutils linux-mod @@ -21,10 +21,10 @@ pkg_setup() { src_unpack() { local user_Makefile=fistdev.mk EXTRACFLAGS="" - + unpack ${A} cd ${S} - + if ! use debug; then echo "UNIONFS_DEBUG_CFLAG=" >> ${user_Makefile} EXTRACFLAGS="${EXTRACFLAGS} -DNODEBUG" |