diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-02 15:08:42 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-10-02 15:08:42 +0000 |
commit | af9647362eccd093c28428a8f6121b5505a6f922 (patch) | |
tree | febf9585a41c06cf2678d2e248cab3dff605e0a0 /sci-biology/wise | |
parent | Stable on alpha, bug #312489 (diff) | |
download | gentoo-2-af9647362eccd093c28428a8f6121b5505a6f922.tar.gz gentoo-2-af9647362eccd093c28428a8f6121b5505a6f922.tar.bz2 gentoo-2-af9647362eccd093c28428a8f6121b5505a6f922.zip |
Less strict RDEPEND: ~sci-biology/hmmer-2.3.2 instead of =sci-biology/hmmer-2.3.2-r1. Bug 265534.
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/wise')
-rw-r--r-- | sci-biology/wise/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/wise/wise-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/wise/wise-2.4.0_alpha.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sci-biology/wise/ChangeLog b/sci-biology/wise/ChangeLog index 29d9c8389425..3415a34a9413 100644 --- a/sci-biology/wise/ChangeLog +++ b/sci-biology/wise/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-biology/wise # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.15 2010/06/23 13:10:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.16 2010/10/02 15:08:42 dilfridge Exp $ + + 02 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org> wise-2.2.0.ebuild, + wise-2.4.0_alpha.ebuild: + Less strict RDEPEND: ~sci-biology/hmmer-2.3.2 instead of + =sci-biology/hmmer-2.3.2-r1. Fixes bug 265534. *wise-2.4.0_alpha (23 Jun 2010) diff --git a/sci-biology/wise/wise-2.2.0.ebuild b/sci-biology/wise/wise-2.2.0.ebuild index 6ec90c247754..f738f66ef751 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-2010 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.11 2010/06/23 13:10:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.12 2010/10/02 15:08:42 dilfridge Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" IUSE="" KEYWORDS="~alpha ia64 ~sparc x86 ~amd64" -RDEPEND="=sci-biology/hmmer-2.3.2-r1" +RDEPEND="~sci-biology/hmmer-2.3.2" DEPEND="${RDEPEND} app-shells/tcsh dev-lang/perl diff --git a/sci-biology/wise/wise-2.4.0_alpha.ebuild b/sci-biology/wise/wise-2.4.0_alpha.ebuild index 36f36b411c76..1bbeefd22659 100644 --- a/sci-biology/wise/wise-2.4.0_alpha.ebuild +++ b/sci-biology/wise/wise-2.4.0_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.4.0_alpha.ebuild,v 1.1 2010/06/23 13:10:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.4.0_alpha.ebuild,v 1.2 2010/10/02 15:08:42 dilfridge Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -RDEPEND="=sci-biology/hmmer-2.3.2-r1" +RDEPEND="~sci-biology/hmmer-2.3.2" DEPEND=" ${RDEPEND} app-shells/tcsh |