summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-06-29 22:13:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-06-29 22:13:08 +0000
commit69883d2792bf5815af0b898fc8a351afdf835471 (patch)
treed17bd8d6dd5baa93005d8887cabc8058b2d71bd9 /sys-devel/libperl/libperl-5.8.5.ebuild
parentAdded ~alpha wrt #95128 (diff)
downloadgentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.tar.gz
gentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.tar.bz2
gentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.zip
Perl 5.8.6 unmasking; perl 5.8.7 being added
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.5.ebuild')
-rw-r--r--sys-devel/libperl/libperl-5.8.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/libperl/libperl-5.8.5.ebuild b/sys-devel/libperl/libperl-5.8.5.ebuild
index b0ddd4b5b7a8..93c29b48c5e2 100644
--- a/sys-devel/libperl/libperl-5.8.5.ebuild
+++ b/sys-devel/libperl/libperl-5.8.5.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.5.ebuild,v 1.18 2005/06/23 01:19:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.5.ebuild,v 1.19 2005/06/29 22:13:08 mcummings Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -134,16 +134,16 @@ src_unpack() {
#
# LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2`
#
- cd ${S}; epatch ${FILESDIR}/${P}-create-libperl-soname.patch
+ cd ${S}; epatch ${FILESDIR}/${PN}-create-libperl-soname.patch
# uclibc support - dragonheart 2004.06.16
- cd ${S}; epatch ${FILESDIR}/${P}-uclibc.patch
+ cd ${S}; epatch ${FILESDIR}/${PN}-uclibc.patch
# Configure makes an unwarranted assumption that /bin/ksh is a
# good shell. This patch makes it revert to using /bin/sh unless
# /bin/ksh really is executable. Should fix bug 42665.
# rac 2004.06.09
- cd ${S}; epatch ${FILESDIR}/${P}-noksh.patch
+ cd ${S}; epatch ${FILESDIR}/${PN}-noksh.patch
}