diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-23 22:53:09 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-23 22:53:09 +0000 |
commit | acada40d2f5ef2ae753ddf4987ab6087fc2ccf66 (patch) | |
tree | 9642536cf69f115e24a097183ac2e01ab33c8886 /eclass | |
parent | Moved from app-sci/emboss to sci-biology/emboss (diff) | |
download | historical-acada40d2f5ef2ae753ddf4987ab6087fc2ccf66.tar.gz historical-acada40d2f5ef2ae753ddf4987ab6087fc2ccf66.tar.bz2 historical-acada40d2f5ef2ae753ddf4987ab6087fc2ccf66.zip |
Fixed dependency
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/embassy.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/embassy.eclass b/eclass/embassy.eclass index 83291807b1b3..973c23a60ba1 100644 --- a/eclass/embassy.eclass +++ b/eclass/embassy.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.4 2004/09/15 23:10:21 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.5 2004/12/23 22:53:09 ribosome Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -32,7 +32,7 @@ SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${EBOV}.tar.gz SLOT="0" IUSE="X png" -DEPEND="=app-sci/emboss-${EBOV}* +DEPEND="=sci-biology/emboss-${EBOV}* X? ( virtual/x11 ) png? ( sys-libs/zlib media-libs/libpng |