diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-02 15:08:42 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-10-02 15:08:42 +0000 |
commit | 53809f40c16d11615daee553bab63e7e75cee245 (patch) | |
tree | ada7d8013ea2c79dd9e4dfce9022c7bdc4ffbdda /sci-biology/wise/wise-2.2.0.ebuild | |
parent | Stable on alpha, bug #312489 (diff) | |
download | historical-53809f40c16d11615daee553bab63e7e75cee245.tar.gz historical-53809f40c16d11615daee553bab63e7e75cee245.tar.bz2 historical-53809f40c16d11615daee553bab63e7e75cee245.zip |
Less strict RDEPEND: ~sci-biology/hmmer-2.3.2 instead of =sci-biology/hmmer-2.3.2-r1. Bug 265534.
Package-Manager: portage-2.1.9.13/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/wise/wise-2.2.0.ebuild')
-rw-r--r-- | sci-biology/wise/wise-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |