diff options
Diffstat (limited to 'dev-lang/perl/perl-5.8.4-r3.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.8.4-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/perl/perl-5.8.4-r3.ebuild b/dev-lang/perl/perl-5.8.4-r3.ebuild index b127ce3d2599..6e63a9dd0452 100644 --- a/dev-lang/perl/perl-5.8.4-r3.ebuild +++ b/dev-lang/perl/perl-5.8.4-r3.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/dev-lang/perl/perl-5.8.4-r3.ebuild,v 1.1 2005/02/11 12:34:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4-r3.ebuild,v 1.2 2005/03/11 15:10:30 mcummings Exp $ inherit eutils flag-o-matic gcc @@ -118,8 +118,9 @@ src_unpack() { epatch ${FILESDIR}/${P}-nonblock.patch # An additional tempfile patch, bug 75696 - - epatch ${FILESDIR}/file_path_rmtree.patch + #epatch ${FILESDIR}/file_path_rmtree.patch + # Superceded by the following CAN patch in bug 79685 + epatch ${FILESDIR}/CAN-2005-0448-rmtree.patch # Bug 80460, perlsuid vulnerability if use perlsuid |