summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-08-13 14:59:43 +0000
committerJason Wever <weeve@gentoo.org>2006-08-13 14:59:43 +0000
commit02b3e07c86f807f1d080b4d50c26ed6c58432f8a (patch)
treee8c784fe607523e9bc1d664f3d2f5077a3081136 /dev-perl/math-pari
parentStable on SPARC. (diff)
downloadgentoo-2-02b3e07c86f807f1d080b4d50c26ed6c58432f8a.tar.gz
gentoo-2-02b3e07c86f807f1d080b4d50c26ed6c58432f8a.tar.bz2
gentoo-2-02b3e07c86f807f1d080b4d50c26ed6c58432f8a.zip
Fixed up comment formatting on ChrisWhite's correction of my SPARC fixes.
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog5
-rw-r--r--dev-perl/math-pari/math-pari-2.010706.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index e26be7499cab..3c273729b42c 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/math-pari
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.30 2006/08/13 05:54:16 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.31 2006/08/13 14:59:43 weeve Exp $
+
+ 13 Aug 2006; Jason Wever <weeve@gentoo.org> math-pari-2.010706.ebuild:
+ Fixed up comment formatting on ChrisWhite's correction of my SPARC fixes.
13 Aug 2006; Chris White <chriswhite@gentoo.org>
math-pari-2.010706.ebuild:
diff --git a/dev-perl/math-pari/math-pari-2.010706.ebuild b/dev-perl/math-pari/math-pari-2.010706.ebuild
index 91d183d01352..4b380ff96168 100644
--- a/dev-perl/math-pari/math-pari-2.010706.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010706.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.5 2006/08/13 05:54:16 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.6 2006/08/13 14:59:43 weeve Exp $
inherit perl-module eutils
@@ -28,10 +28,10 @@ RDEPEND="${DEPEND}"
src_compile() {
# Unfortunately the assembly routines math-pari has for SPARC do not appear
- # to be working at current. Perl cannot test math-pari or anything that pulls
- # in the math-pari module as DynaLoader cannot load the resulting .so files
- # math-pari generates. As such, we have to use the generic non-machine
- # specific assembly methods here.
+ # to be working at current. Perl cannot test math-pari or anything that
+ # pulls in the math-pari module as DynaLoader cannot load the resulting
+ # .so files math-pari generates. As such, we have to use the generic
+ # non-machine specific assembly methods here.
use sparc && myconf="${myconf} machine=none"
perl-module_src_compile