diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:12:15 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:12:15 +0000 |
commit | 65edd8756dfd25ada39813ec0ccf39527d1f136c (patch) | |
tree | 21cd79967e7c70630e0486a25c7a35790fb27847 /dev-perl | |
parent | Fixed dependency (diff) | |
download | historical-65edd8756dfd25ada39813ec0ccf39527d1f136c.tar.gz historical-65edd8756dfd25ada39813ec0ccf39527d1f136c.tar.bz2 historical-65edd8756dfd25ada39813ec0ccf39527d1f136c.zip |
Fixed dependency: "app-sci/pari" is now "sci-mathematics/pari".
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/math-pari/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010500-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/math-pari/Manifest b/dev-perl/math-pari/Manifest index c05d2e448878..a26625aadb9e 100644 --- a/dev-perl/math-pari/Manifest +++ b/dev-perl/math-pari/Manifest @@ -1,4 +1,4 @@ +MD5 8d5880f200182c1481b0f6d83a234919 math-pari-2.010500-r1.ebuild 905 MD5 9129a3f7ec5c0aa9c289e0fec9e4430b ChangeLog 1574 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 3b6ba1351ac3980bcf770db96633b694 math-pari-2.010500-r1.ebuild 891 MD5 c2c4ec5a0ec34e3f7744f2f8220fbf86 files/digest-math-pari-2.010500-r1 132 diff --git a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild index 2bd4fbd4c537..313662bfbe05 100644 --- a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild +++ b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.010500-r1.ebuild,v 1.9 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500-r1.ebuild,v 1.10 2004/12/28 15:12:15 ribosome Exp $ inherit perl-module @@ -20,4 +20,4 @@ IUSE="" # directory to where you build it. It does not need to compile it, but # it does need to be the same version as is installed, hence the hard # DEPEND below -DEPEND="~app-sci/pari-2.1.5" +DEPEND="~sci-mathematics/pari-2.1.5" |