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 | 8433c98c09f964fac3d1d49b8bda2f0501b39c94 (patch) | |
tree | 160ed847d5af042d1574c9cb646627e82fc9f68b /sys-devel | |
parent | Bug #58931, more userland darwin (diff) | |
download | gentoo-2-8433c98c09f964fac3d1d49b8bda2f0501b39c94.tar.gz gentoo-2-8433c98c09f964fac3d1d49b8bda2f0501b39c94.tar.bz2 gentoo-2-8433c98c09f964fac3d1d49b8bda2f0501b39c94.zip |
trailing space from last commit
Diffstat (limited to 'sys-devel')
-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 |