summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-09-11 03:09:50 +0000
committerJeroen Roovers <jer@gentoo.org>2007-09-11 03:09:50 +0000
commitc0953d444c923318e058d925037d85ff4ccdd812 (patch)
tree61d07e47316c255c84d83f850a72bcaf52977b41 /dev-perl
parentStable for HPPA too. (diff)
downloadgentoo-2-c0953d444c923318e058d925037d85ff4ccdd812.tar.gz
gentoo-2-c0953d444c923318e058d925037d85ff4ccdd812.tar.bz2
gentoo-2-c0953d444c923318e058d925037d85ff4ccdd812.zip
Fix bug #180807. Stable for HPPA too.
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PDL/ChangeLog5
-rw-r--r--dev-perl/PDL/PDL-2.4.3-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog
index 85d0b11b9b54..dbd07d35d0ea 100644
--- a/dev-perl/PDL/ChangeLog
+++ b/dev-perl/PDL/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PDL
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.73 2007/08/09 15:06:55 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.74 2007/09/11 03:09:50 jer Exp $
+
+ 11 Sep 2007; Jeroen Roovers <jer@gentoo.org> PDL-2.4.3-r1.ebuild:
+ Fix bug #180807. Stable for HPPA too.
09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> PDL-2.4.3-r1.ebuild:
Stable on ppc.
diff --git a/dev-perl/PDL/PDL-2.4.3-r1.ebuild b/dev-perl/PDL/PDL-2.4.3-r1.ebuild
index 921db96ef462..533a87f0a38b 100644
--- a/dev-perl/PDL/PDL-2.4.3-r1.ebuild
+++ b/dev-perl/PDL/PDL-2.4.3-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/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.10 2007/08/09 15:06:55 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.11 2007/09/11 03:09:50 jer Exp $
inherit perl-module eutils multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
LICENSE="Artistic as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sh sparc x86"
IUSE="opengl badval gsl"
DEPEND=">=sys-libs/ncurses-5.2
@@ -45,7 +45,8 @@ src_unpack() {
fi
# Unconditional -fPIC for the lib (#55238)
- sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" ${S}/Lib/Slatec/Makefile.PL
+ sed -i -e "s/mycompiler -c /mycompiler -fPIC -c /" \
+ ${S}/Lib/Slatec/Makefile.PL || die "sed failed"
}
src_install() {