diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:32:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:32:19 +0000 |
commit | 3bf8c28b7bb28d45683217a0de6a74ec607b524e (patch) | |
tree | a37ecfba7832154c33372f375367ae38902c5adc | |
parent | whitespace (diff) | |
download | gentoo-2-3bf8c28b7bb28d45683217a0de6a74ec607b524e.tar.gz gentoo-2-3bf8c28b7bb28d45683217a0de6a74ec607b524e.tar.bz2 gentoo-2-3bf8c28b7bb28d45683217a0de6a74ec607b524e.zip |
whitespace
(Portage version: 2.1.2.7)
-rw-r--r-- | app-arch/cpio/cpio-2.6-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/cpio/cpio-2.6-r5.ebuild b/app-arch/cpio/cpio-2.6-r5.ebuild index 72a8d0061be7..345196475406 100644 --- a/app-arch/cpio/cpio-2.6-r5.ebuild +++ b/app-arch/cpio/cpio-2.6-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.6-r5.ebuild,v 1.15 2007/06/23 02:34:05 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.6-r5.ebuild,v 1.16 2007/06/26 01:32:19 mr_bones_ Exp $ inherit eutils @@ -32,8 +32,8 @@ src_unpack() { } src_compile() { - # The configure script has a useless check for gethostname in - # libnsl ... but cpio doesn't utilize the lib/func anywhere, + # The configure script has a useless check for gethostname in + # libnsl ... but cpio doesn't utilize the lib/func anywhere, # so let's force the lib to not be detected ac_cv_lib_nsl_gethostname=no \ econf \ |