summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-01-16 20:36:42 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-01-16 20:36:42 +0000
commite607ce7931854a84f4588778a746a9af4c477fc7 (patch)
treea18353f197fa0da2cffaba5d4cf6f571dabd5583 /sys-devel
parentversion bump (diff)
downloadgentoo-2-e607ce7931854a84f4588778a746a9af4c477fc7.tar.gz
gentoo-2-e607ce7931854a84f4588778a746a9af4c477fc7.tar.bz2
gentoo-2-e607ce7931854a84f4588778a746a9af4c477fc7.zip
bug 13952
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/perl/ChangeLog3
-rw-r--r--sys-devel/perl/perl-5.8.0-r9.ebuild8
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/perl/ChangeLog b/sys-devel/perl/ChangeLog
index 0051b42b4ef4..a98bcc8e4bd3 100644
--- a/sys-devel/perl/ChangeLog
+++ b/sys-devel/perl/ChangeLog
@@ -1,10 +1,11 @@
# ChangeLog for sys-devel/perl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.47 2003/01/16 20:12:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.48 2003/01/16 20:36:42 mcummings Exp $
16 Jan 2003; Michael Cummings <mcummings@gentoo.org> perl-5.8.0-r9;
Typo fix, this one in an einfo.
+ Incorporate flag-o-matic per bug 13952 - the -Os flag doesn't work with perl
*perl-5.8.0-r9 (15 Jan 2003)
diff --git a/sys-devel/perl/perl-5.8.0-r9.ebuild b/sys-devel/perl/perl-5.8.0-r9.ebuild
index 509c0bcab73a..f515f78d8f02 100644
--- a/sys-devel/perl/perl-5.8.0-r9.ebuild
+++ b/sys-devel/perl/perl-5.8.0-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.2 2003/01/16 20:12:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.3 2003/01/16 20:36:42 mcummings Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -55,7 +55,11 @@
IUSE="berkdb gdbm"
-inherit eutils
+inherit eutils flag-o-matic
+
+# Perl has problems compiling with -Os in your flags
+replace-flags "-Os" "-02"
+
# The slot of this binary compat version of libperl.so
PERLSLOT="1"