diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-02 15:19:25 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-02 15:19:25 +0000 |
commit | b8c937d25a1907b96ef5860d551607985d77d350 (patch) | |
tree | bde3f5c8057ad6f38c52f6232e2d267d5db29ed2 /sci-biology/clustalx/clustalx-1.83-r1.ebuild | |
parent | Version bump, bug #94813. (diff) | |
download | gentoo-2-b8c937d25a1907b96ef5860d551607985d77d350.tar.gz gentoo-2-b8c937d25a1907b96ef5860d551607985d77d350.tar.bz2 gentoo-2-b8c937d25a1907b96ef5860d551607985d77d350.zip |
Use "virtual/motif" instead of "x11-libs/openmotif".
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-biology/clustalx/clustalx-1.83-r1.ebuild')
-rw-r--r-- | sci-biology/clustalx/clustalx-1.83-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/clustalx/clustalx-1.83-r1.ebuild b/sci-biology/clustalx/clustalx-1.83-r1.ebuild index b3fd5dcad6b0..fa6a2248c831 100644 --- a/sci-biology/clustalx/clustalx-1.83-r1.ebuild +++ b/sci-biology/clustalx/clustalx-1.83-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r1.ebuild,v 1.1 2005/02/17 01:14:51 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r1.ebuild,v 1.2 2005/06/02 15:19:25 ribosome Exp $ inherit toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="sci-biology/clustalw sci-biology/ncbi-tools virtual/x11 - =x11-libs/openmotif-2.1*" + virtual/motif" S="${WORKDIR}/${PN}${PV}.sun" |