summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-24 10:29:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-24 10:29:36 +0000
commit1c7e348eda8b4b123a903055b5c86d2c5483412e (patch)
tree7f52d5b68495fa3ac33b85e15d4beff37701b930 /dev-perl/math-pari
parentstable for x86 (diff)
downloadhistorical-1c7e348eda8b4b123a903055b5c86d2c5483412e.tar.gz
historical-1c7e348eda8b4b123a903055b5c86d2c5483412e.tar.bz2
historical-1c7e348eda8b4b123a903055b5c86d2c5483412e.zip
Addresses bug 23357 - thanks Rigo
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/ChangeLog6
-rw-r--r--dev-perl/math-pari/math-pari-2.010500.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog
index 589a75b79bf7..8d3c04239b2d 100644
--- a/dev-perl/math-pari/ChangeLog
+++ b/dev-perl/math-pari/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/math-pari
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.1 2003/06/23 15:25:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.2 2003/06/24 10:29:36 mcummings Exp $
+
+ 24 Jun 2003; Michael Cummings <mcummings@gentoo.org>
+ math-pari-2.010500.ebuild:
+ Addresses bug 23357 - thanks Rigo
*math-pari-2.010500 (23 Jun 2003)
diff --git a/dev-perl/math-pari/math-pari-2.010500.ebuild b/dev-perl/math-pari/math-pari-2.010500.ebuild
index 83a7c6f90369..9f10b088a7df 100644
--- a/dev-perl/math-pari/math-pari-2.010500.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010500.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.2 2003/06/23 15:31:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.3 2003/06/24 10:29:36 mcummings Exp $
inherit perl-module
-MY_P=Math-Pari-${PV}
+MY_P="Math-Pari-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl interface to PARI"
PARI_VERSION=`best_version app-sci/pari`