diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:14:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 00:14:59 +0000 |
commit | bc1c86805e0e141f63dcfa4147e8223950613e40 (patch) | |
tree | e7a2ac182ba87a4e56257bf2ae777e8889450b3e /eclass | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | historical-bc1c86805e0e141f63dcfa4147e8223950613e40.tar.gz historical-bc1c86805e0e141f63dcfa4147e8223950613e40.tar.bz2 historical-bc1c86805e0e141f63dcfa4147e8223950613e40.zip |
Removed * postfix from <, <=, >= and > dependencies.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/embassy-2.10.eclass | 4 | ||||
-rw-r--r-- | eclass/embassy-2.9.eclass | 4 | ||||
-rw-r--r-- | eclass/embassy.eclass | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/embassy-2.10.eclass b/eclass/embassy-2.10.eclass index a782ed4b67f3..61eb11c71089 100644 --- a/eclass/embassy-2.10.eclass +++ b/eclass/embassy-2.10.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-2.10.eclass,v 1.2 2005/03/25 17:36:24 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.10.eclass,v 1.3 2005/05/06 00:14:59 swegener 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=">=sci-biology/emboss-${EBOV}* +DEPEND=">=sci-biology/emboss-${EBOV} X? ( virtual/x11 ) png? ( sys-libs/zlib media-libs/libpng diff --git a/eclass/embassy-2.9.eclass b/eclass/embassy-2.9.eclass index fa9d9c062b0c..14c5d745062d 100644 --- a/eclass/embassy-2.9.eclass +++ b/eclass/embassy-2.9.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-2.9.eclass,v 1.3 2005/03/25 17:36:24 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.9.eclass,v 1.4 2005/05/06 00:14:59 swegener 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="=sci-biology/emboss-${EBOV}* +DEPEND="=sci-biology/emboss-${EBOV} !=sci-biology/emboss-2.10* X? ( virtual/x11 ) png? ( sys-libs/zlib diff --git a/eclass/embassy.eclass b/eclass/embassy.eclass index b5df2ed1c882..b0700924b11c 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.7 2005/03/22 22:20:09 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.8 2005/05/06 00:14:59 swegener 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="=sci-biology/emboss-${EBOV}* +DEPEND="=sci-biology/emboss-${EBOV} X? ( virtual/x11 ) png? ( sys-libs/zlib media-libs/libpng |