diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-12 08:41:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-12 08:41:14 +0000 |
commit | ef05da1c5011d4ad334923cb760fe9211536f7bb (patch) | |
tree | 8800590678d380cd7fb7a6b3c9e6d904b4c641a0 /sys-libs/libsystem | |
parent | ~sparc ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-ef05da1c5011d4ad334923cb760fe9211536f7bb.tar.gz gentoo-2-ef05da1c5011d4ad334923cb760fe9211536f7bb.tar.bz2 gentoo-2-ef05da1c5011d4ad334923cb760fe9211536f7bb.zip |
repoman: whitespace cleanup
Diffstat (limited to 'sys-libs/libsystem')
-rw-r--r-- | sys-libs/libsystem/libsystem-7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild index ea620c53b885..0c9c06fcd009 100644 --- a/sys-libs/libsystem/libsystem-7.1.ebuild +++ b/sys-libs/libsystem/libsystem-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.4 2004/07/11 00:47:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.5 2004/07/12 08:41:14 mr_bones_ Exp $ DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux" @@ -13,7 +13,7 @@ IUSE="" PROVIDE="virtual/libc" # I haven't listed any deps here, we're currently not building Darwin from scratch yet. -# For now, this is a dummy package provided upstream. The version provided by the +# For now, this is a dummy package provided upstream. The version provided by the # distributor is pinpointed in the users profile DEPEND="" @@ -21,12 +21,12 @@ RDEPEND="" src_unpack() { mkdir -p ${S} # You have to do something in ${S}, otherwise ${S} doesn't exist and - # portage craps its pants + # portage craps its pants } src_compile() { # This is not an empty function - sleep 0 + sleep 0 } src_install() { |