diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:25:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:25:50 +0000 |
commit | ac0bad0794a7e98b07c89b3c62c96ccc8003d103 (patch) | |
tree | e08858ceaa5535af691cc9cf0c3a73a7861b1523 /dev-lang/perl | |
parent | whitespace (diff) | |
download | gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.tar.gz gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.tar.bz2 gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.8.8-r2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/perl/perl-5.8.8-r2.ebuild b/dev-lang/perl/perl-5.8.8-r2.ebuild index 097c6edd92cb..7af31cef61a2 100644 --- a/dev-lang/perl/perl-5.8.8-r2.ebuild +++ b/dev-lang/perl/perl-5.8.8-r2.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/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.34 2007/04/30 21:21:58 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.35 2007/07/13 06:25:50 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -110,7 +110,6 @@ src_unpack() { [[ -n $(test-flags -fno-stack-protector) ]] && \ epatch ${FILESDIR}/${PN}-regexp-nossp.patch - # On PA7200, uname -a contains a single quote and we need to # filter it otherwise configure fails. See #125535. epatch ${FILESDIR}/perl-hppa-pa7200-configure.patch @@ -131,7 +130,6 @@ src_unpack() { # Patch from bug 168312, thanks Peter! has_version '>sys-kernel/linux-headers-2.6.20' && epatch ${FILESDIR}/${P}-asm-page-h-compile-failure.patch - } myconf() { @@ -312,7 +310,6 @@ src_install() { cp -f utils/h2ph utils/h2ph_patched epatch ${FILESDIR}/${PN}-h2ph-ansi-header.patch - LD_LIBRARY_PATH=. ./perl -Ilib utils/h2ph_patched \ -a -d ${D}/usr/$(get_libdir)/perl5/${MY_PV}/${myarch}${mythreading} <<EOF asm/termios.h @@ -559,7 +556,6 @@ src_remove_extra_files() ${prV}/warnings.pm ${prV}/warnings/register.pm" - if use perlsuid ; then MINIMAL_PERL_INSTALL="${MINIMAL_PERL_INSTALL} ${bindir}/suidperl |