diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:20:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 21:20:04 +0000 |
commit | 3bc798d03416ec6e0d5fb6006db3482274a6469c (patch) | |
tree | cdcd5245412a63d360d7ca769a839db1fd615475 /sci-biology | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-3bc798d03416ec6e0d5fb6006db3482274a6469c.tar.gz gentoo-2-3bc798d03416ec6e0d5fb6006db3482274a6469c.tar.bz2 gentoo-2-3bc798d03416ec6e0d5fb6006db3482274a6469c.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/consed/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/consed/consed-19-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/consed/consed-19-r2.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sci-biology/consed/ChangeLog b/sci-biology/consed/ChangeLog index 89c1839cd206..5492236ce93d 100644 --- a/sci-biology/consed/ChangeLog +++ b/sci-biology/consed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/consed # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/ChangeLog,v 1.3 2010/05/22 08:53:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/ChangeLog,v 1.4 2010/10/10 21:20:04 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> consed-19-r1.ebuild, + consed-19-r2.ebuild: + Fix openmotif dependency. *consed-19-r2 (22 May 2010) diff --git a/sci-biology/consed/consed-19-r1.ebuild b/sci-biology/consed/consed-19-r1.ebuild index cb85bd73368d..da9480805707 100644 --- a/sci-biology/consed/consed-19-r1.ebuild +++ b/sci-biology/consed/consed-19-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/consed-19-r1.ebuild,v 1.2 2010/05/22 08:53:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/consed-19-r1.ebuild,v 1.3 2010/10/10 21:20:04 ulm Exp $ + +EAPI=1 inherit toolchain-funcs @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="x11-libs/openmotif" +DEPEND=">=x11-libs/openmotif-2.3:0" RDEPEND="${DEPEND} >=sci-biology/phred-000925 >=sci-biology/phrap-1.080721" diff --git a/sci-biology/consed/consed-19-r2.ebuild b/sci-biology/consed/consed-19-r2.ebuild index 32b281e0cf99..d08626ddeded 100644 --- a/sci-biology/consed/consed-19-r2.ebuild +++ b/sci-biology/consed/consed-19-r2.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/consed/consed-19-r2.ebuild,v 1.1 2010/05/22 08:53:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/consed-19-r2.ebuild,v 1.2 2010/10/10 21:20:04 ulm Exp $ EAPI=3 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/openmotif" +DEPEND=">=x11-libs/openmotif-2.3:0" RDEPEND="${DEPEND} >=sci-biology/phred-000925 >=sci-biology/phrap-1.080721" |