summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 02:51:39 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 02:51:39 +0000
commit0ea178644f3a6e0ed1533b1c2941ffff20332682 (patch)
tree5b94fc49981679fe690aee0ee10db2e38aa5d3fa /sys-apps/chpax/chpax-0.4.ebuild
parentAdded patch and myconf fix to fix bug #23767. (diff)
downloadgentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.gz
gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.bz2
gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/chpax/chpax-0.4.ebuild')
-rw-r--r--sys-apps/chpax/chpax-0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/chpax/chpax-0.4.ebuild b/sys-apps/chpax/chpax-0.4.ebuild
index 43a5872b1738..e4b0f7103db2 100644
--- a/sys-apps/chpax/chpax-0.4.ebuild
+++ b/sys-apps/chpax/chpax-0.4.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/sys-apps/chpax/chpax-0.4.ebuild,v 1.5 2003/06/24 15:32:51 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.4.ebuild,v 1.6 2003/09/07 02:49:46 msterret Exp $
S=${WORKDIR}/chpax
@@ -15,7 +15,7 @@ IUSE=""
DEPEND="virtual/glibc"
src_compile() {
- mv Makefile{,.orig}
+ mv Makefile{,.orig}
sed -e "s|-Wall|${CFLAGS} -Wall|" Makefile.orig > Makefile
emake CC="${CC}" || die "Parallel Make Failed"
}