diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-04 01:19:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-04 01:19:30 +0000 |
commit | 577c54bb8b1dd489c95c1f648ff81cf3ab589d0b (patch) | |
tree | dbc90f31fb2d87201894f3c3f4770f42ebef338c | |
parent | x11-plugins/wmjsql-0.5 stable for x86. (Manifest recommit) (diff) | |
download | gentoo-2-577c54bb8b1dd489c95c1f648ff81cf3ab589d0b.tar.gz gentoo-2-577c54bb8b1dd489c95c1f648ff81cf3ab589d0b.tar.bz2 gentoo-2-577c54bb8b1dd489c95c1f648ff81cf3ab589d0b.zip |
repoman: Trim trailing whitespace
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12b.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/util-linux/util-linux-2.12b.ebuild b/sys-apps/util-linux/util-linux-2.12b.ebuild index 1515fdcbd22a..1b027732f1e1 100644 --- a/sys-apps/util-linux/util-linux-2.12b.ebuild +++ b/sys-apps/util-linux/util-linux-2.12b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12b.ebuild,v 1.1 2004/09/03 18:05:46 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12b.ebuild,v 1.2 2004/09/04 01:19:30 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -47,7 +47,7 @@ src_unpack() { epatch ${FILESDIR}/no-symlink-resolve.patch # access() is a macro which uses R_OK however - # R_OK is not defined on sparc during a bootstrap + # R_OK is not defined on sparc during a bootstrap # unless we actually include unistd.h -solar (May 07 2004) epatch ${FILESDIR}/${PN}-2.12-swapon-unistd.patch @@ -63,7 +63,7 @@ src_unpack() { # Add NFS4 support (kernel 2.5/2.6). # use crypt \ # && epatch ${FILESDIR}/${PN}-2.11z-01-nfsv4-crypt.dif \ -# || +# || epatch ${FILESDIR}/${PN}-2.11z-01-nfsv4.dif # <solar@gentoo.org> This patch should allow us to remove -fPIC @@ -84,7 +84,7 @@ src_unpack() { # Add support to read fat/fat32 labels, bug #36722 epatch ${FILESDIR}/${P}-fat-LABEL-support.patch - # Add support for gcloop + # Add support for gcloop use crypt || epatch ${FILESDIR}/${P}-gcloop.patch use crypt && epatch ${FILESDIR}/${P}-gcloop-with-crypt.patch @@ -103,7 +103,7 @@ src_unpack() { -e "s:usr/info:usr/share/info:" \ -e "s:SUIDMODE=.*4755:SUIDMODE=4711:" \ MCONFIG || die "MCONFIG sed" - + if ! use nls ; then sed -i -e 's/DISABLE_NLS=no/DISABLE_NLS=yes/' MCONFIG || die "MCONFIG nls sed" |