diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-03-23 23:05:41 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-03-23 23:05:41 +0000 |
commit | 41cb9090fe3072f78a3e4b359120a452090abe87 (patch) | |
tree | 0a36cbc8271395cba0947e8f5fc7bda589850efb /eclass/embassy-2.9.eclass | |
parent | Fixed BUG# 86454. Marked stable on amd64. (diff) | |
download | historical-41cb9090fe3072f78a3e4b359120a452090abe87.tar.gz historical-41cb9090fe3072f78a3e4b359120a452090abe87.tar.bz2 historical-41cb9090fe3072f78a3e4b359120a452090abe87.zip |
Cannot use EMBOSS 2.10 with EMBASSY 2.9 packages.
Diffstat (limited to 'eclass/embassy-2.9.eclass')
-rw-r--r-- | eclass/embassy-2.9.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/embassy-2.9.eclass b/eclass/embassy-2.9.eclass index ef05663bdd75..7110fe97f03f 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.1 2005/03/22 22:07:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.9.eclass,v 1.2 2005/03/23 23:05:41 ribosome Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -33,6 +33,7 @@ SLOT="0" IUSE="X png" DEPEND="=sci-biology/emboss-${EBOV}* + !=sci-biology/emboss-2.10* X? ( virtual/x11 ) png? ( sys-libs/zlib media-libs/libpng |