diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-20 05:56:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-20 05:56:25 +0000 |
commit | 946169566c59a3a59445b51df512f371be89635f (patch) | |
tree | fc55f5fe0d446c09eed393e4edd6abf9669ee040 /dev-perl/math-pari | |
parent | Adding app-sci/predict:xforms (diff) | |
download | gentoo-2-946169566c59a3a59445b51df512f371be89635f.tar.gz gentoo-2-946169566c59a3a59445b51df512f371be89635f.tar.bz2 gentoo-2-946169566c59a3a59445b51df512f371be89635f.zip |
Changed DEPEND to match all revisions of pari-2.1.5
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010500-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index f1f50a6fefcf..2b97c39db8c6 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.6 2004/02/26 06:04:02 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.7 2004/04/20 05:56:25 phosphan Exp $ + + 20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> + math-pari-2.010500-r1.ebuild: + Changed DEPEND to match all revisions of pari-2.1.5 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> math-pari-2.010500-r1.ebuild: Added ~mips to KEYWORDS to satisfy repoman deps. 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 4fdee5219f0f..f52f8664baec 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 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-r1.ebuild,v 1.5 2004/02/26 06:04:02 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500-r1.ebuild,v 1.6 2004/04/20 05:56:25 phosphan Exp $ inherit perl-module @@ -19,4 +19,4 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips" # 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="~app-sci/pari-2.1.5" |