diff options
author | 2008-05-10 10:46:43 +0000 | |
---|---|---|
committer | 2008-05-10 10:46:43 +0000 | |
commit | 5f66213a5c6530830b04a6aaf585ac17e5651210 (patch) | |
tree | a02b46b3b7a1db8d5034a064fd97a80e145e949e /sys-devel/libperl | |
parent | Handle just -d in wrapper script as this is how tar calls it #220899 by Ulric... (diff) | |
download | gentoo-2-5f66213a5c6530830b04a6aaf585ac17e5651210.tar.gz gentoo-2-5f66213a5c6530830b04a6aaf585ac17e5651210.tar.bz2 gentoo-2-5f66213a5c6530830b04a6aaf585ac17e5651210.zip |
don't do userland_Darwin crap
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.8-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/libperl/libperl-5.8.8-r1.ebuild b/sys-devel/libperl/libperl-5.8.8-r1.ebuild index 1592b4b5d651..b9e12fafc71b 100644 --- a/sys-devel/libperl/libperl-5.8.8-r1.ebuild +++ b/sys-devel/libperl/libperl-5.8.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.24 2007/08/06 16:34:27 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.25 2008/05/10 10:46:43 grobian Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -120,7 +120,7 @@ src_unpack() { # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2` # cd ${S}; - use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch + epatch ${FILESDIR}/${PN}-create-libperl-soname.patch # Configure makes an unwarranted assumption that /bin/ksh is a # good shell. This patch makes it revert to using /bin/sh unless diff --git a/sys-devel/libperl/libperl-5.8.8-r2.ebuild b/sys-devel/libperl/libperl-5.8.8-r2.ebuild index f930f916e84a..334b4f93fbb4 100644 --- a/sys-devel/libperl/libperl-5.8.8-r2.ebuild +++ b/sys-devel/libperl/libperl-5.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.1 2008/05/09 11:04:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.2 2008/05/10 10:46:43 grobian Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -120,7 +120,7 @@ src_unpack() { # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2` # cd "${S}"; - use userland_Darwin || epatch "${FILESDIR}"/${PN}-create-libperl-soname.patch + epatch "${FILESDIR}"/${PN}-create-libperl-soname.patch # Configure makes an unwarranted assumption that /bin/ksh is a # good shell. This patch makes it revert to using /bin/sh unless |