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/math-pari-2.010706.ebuild
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/math-pari-2.010706.ebuild')
-rw-r--r--dev-perl/math-pari/math-pari-2.010706.ebuild10
1 files changed, 5 insertions, 5 deletions
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