diff options
author | Stephen Diener <sediener@gentoo.org> | 2004-01-28 22:35:06 +0000 |
---|---|---|
committer | Stephen Diener <sediener@gentoo.org> | 2004-01-28 22:35:06 +0000 |
commit | f73673e49548fb3be52662160dea27f9a54d2e08 (patch) | |
tree | a222df0d8698dde1528e5d2a1f838b1d3cd8e21a /app-sci/pari | |
parent | adding digest (diff) | |
download | gentoo-2-f73673e49548fb3be52662160dea27f9a54d2e08.tar.gz gentoo-2-f73673e49548fb3be52662160dea27f9a54d2e08.tar.bz2 gentoo-2-f73673e49548fb3be52662160dea27f9a54d2e08.zip |
changed from DEPEND on app-text/tetex to virtual/tetex Bug #38859
Diffstat (limited to 'app-sci/pari')
-rw-r--r-- | app-sci/pari/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/pari/Manifest | 4 | ||||
-rw-r--r-- | app-sci/pari/pari-2.1.5.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-sci/pari/ChangeLog b/app-sci/pari/ChangeLog index b1f87c907218..fab26a65c049 100644 --- a/app-sci/pari/ChangeLog +++ b/app-sci/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/pari -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.11 2003/10/28 01:15:32 brad_mssw Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.12 2004/01/28 22:34:48 sediener Exp $ + + 28 Jan 2004; Stephen Diener <sediener@gentoo.org> pari-2.1.5.ebuild: + changed from DEPEND on app-text/tetex to virtual/tetex Bug #38859 27 Oct 2003; Brad House <brad_mssw@gentoo.org> pari-2.1.5.ebuild: add ~amd64 flag diff --git a/app-sci/pari/Manifest b/app-sci/pari/Manifest index 629e64fcef77..5a1bb6493d86 100644 --- a/app-sci/pari/Manifest +++ b/app-sci/pari/Manifest @@ -1,6 +1,6 @@ -MD5 59f8656009324acd7920029d5e015530 ChangeLog 1214 +MD5 a2ce0ef4725c8f4d4f334c1ad89cc88a pari-2.1.5.ebuild 921 +MD5 5b959b9a4df8ccc76b756666853727d0 ChangeLog 1353 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 060dc3ee2d10ceb03cec56d9e069aaa4 pari-2.1.4.ebuild 865 -MD5 482391c70153f84bd8c1d88403a0dfe3 pari-2.1.5.ebuild 923 MD5 7a7e062815d9dc583da5d94ad204074d files/digest-pari-2.1.4 63 MD5 ee951aeeb2122fab2aaf9803097fad76 files/digest-pari-2.1.5 63 diff --git a/app-sci/pari/pari-2.1.5.ebuild b/app-sci/pari/pari-2.1.5.ebuild index 053b622a9c17..13f758ad7411 100644 --- a/app-sci/pari/pari-2.1.5.ebuild +++ b/app-sci/pari/pari-2.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5.ebuild,v 1.4 2003/10/28 01:15:32 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.5.ebuild,v 1.5 2004/01/28 22:34:48 sediener Exp $ IUSE="" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64" -DEPEND="app-text/tetex" +DEPEND="virtual/tetex" src_compile() { ./Configure \ |