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
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')
-rw-r--r--sys-apps/chpax/Manifest4
-rw-r--r--sys-apps/chpax/chpax-0.4.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest
index 2bdb0c8608eb..57e1ba397006 100644
--- a/sys-apps/chpax/Manifest
+++ b/sys-apps/chpax/Manifest
@@ -1,4 +1,4 @@
-MD5 e3de83396baf3f43d8213367ba434daf metadata.xml 339
MD5 d90e5b9f61d616c211957f8619dd114c ChangeLog 725
-MD5 d88cbf74237452da87c8af705512aecb chpax-0.4.ebuild 778
+MD5 d61c9e4c4fc6381f9c73a131a65fb53f chpax-0.4.ebuild 773
+MD5 e3de83396baf3f43d8213367ba434daf metadata.xml 339
MD5 e0bef5df8955711a482c1d29f060b6ac files/digest-chpax-0.4 59
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"
}