diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-06-09 10:12:00 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-06-09 10:12:00 +0000 |
commit | 508ee592d2f65fedd2667646a4d4adef266eb3d5 (patch) | |
tree | d9ec7507c7109b1a2edb845db55590a444248748 /sci-biology/wise | |
parent | Remove duplicate src_test, update old doins line, and do not mention ROOT in ... (diff) | |
download | gentoo-2-508ee592d2f65fedd2667646a4d4adef266eb3d5.tar.gz gentoo-2-508ee592d2f65fedd2667646a4d4adef266eb3d5.tar.bz2 gentoo-2-508ee592d2f65fedd2667646a4d4adef266eb3d5.zip |
Switched virtual/tetex -> virtual/latex-base and added amd64 keyword (see bug #222501).
(Portage version: 2.1.5.4)
Diffstat (limited to 'sci-biology/wise')
-rw-r--r-- | sci-biology/wise/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/wise/wise-2.2.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-biology/wise/ChangeLog b/sci-biology/wise/ChangeLog index 226827fe83a8..8b12e0883680 100644 --- a/sci-biology/wise/ChangeLog +++ b/sci-biology/wise/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/wise -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.12 2007/01/06 20:52:22 kugelfang Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.13 2008/06/09 10:12:00 markusle Exp $ + + 09 Jun 2008; Markus Dittrich <markusle@gentoo.org> wise-2.2.0.ebuild: + Switched virtual/tetex -> virtual/latex-base and added amd64 + keyword (see bug #222501). 06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -wise-2.1.23c.ebuild: QA: Removed unused versions. diff --git a/sci-biology/wise/wise-2.2.0.ebuild b/sci-biology/wise/wise-2.2.0.ebuild index ad04919484a5..f59d09a928a9 100644 --- a/sci-biology/wise/wise-2.2.0.ebuild +++ b/sci-biology/wise/wise-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.8 2006/11/10 23:06:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.9 2008/06/09 10:12:00 markusle Exp $ inherit eutils toolchain-funcs @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}2/${PN}${PV}.tar.gz" SLOT="0" IUSE="" -KEYWORDS="~alpha ia64 ~sparc x86" +KEYWORDS="~alpha ia64 ~sparc x86 ~amd64" RDEPEND="=sci-biology/hmmer-2.3.2-r1" DEPEND="${RDEPEND} app-shells/tcsh dev-lang/perl - virtual/tetex" + virtual/latex-base" S="${WORKDIR}/${PN}${PV}" |