diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-08-14 15:38:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-08-14 15:38:08 +0000 |
commit | 1572c344919c4efa20861ecc4c459d49f283278c (patch) | |
tree | 1680c3bb7499c34c47512f14a9a6e7552c4f45cf /sys-devel/libperl | |
parent | Bug #58931, more userland darwin (diff) | |
download | historical-1572c344919c4efa20861ecc4c459d49f283278c.tar.gz historical-1572c344919c4efa20861ecc4c459d49f283278c.tar.bz2 historical-1572c344919c4efa20861ecc4c459d49f283278c.zip |
trailing space from last commit
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild index 1869d964eae4..65ac65763093 100644 --- a/sys-devel/libperl/libperl-5.8.7.ebuild +++ b/sys-devel/libperl/libperl-5.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.8 2005/08/14 15:37:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.9 2005/08/14 15:38:08 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -129,7 +129,7 @@ src_unpack() { # # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2` # - cd ${S}; + cd ${S}; use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch # uclibc support - dragonheart 2004.06.16 |