diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:04:34 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:04:34 +0000 |
commit | 9f08cf8cd34e3591d78d523c0c8c95ce296f49d5 (patch) | |
tree | 23857325d4482f39cbfd0c0d96fbcfc253b31c49 /eclass/embassy-2.10.eclass | |
parent | cleanup pkg_setup graphical warning (diff) | |
download | historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.tar.gz historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.tar.bz2 historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.zip |
Remove virtual/x11 depends in some eclasses
Diffstat (limited to 'eclass/embassy-2.10.eclass')
-rw-r--r-- | eclass/embassy-2.10.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/embassy-2.10.eclass b/eclass/embassy-2.10.eclass index 9fb7ba74d008..996e0486438f 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.6 2005/07/30 00:39:02 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.10.eclass,v 1.7 2007/03/26 20:04:34 genstef Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -31,7 +31,7 @@ SLOT="0" IUSE="X png" DEPEND=">=sci-biology/emboss-${EBOV} - X? ( virtual/x11 ) + X? ( x11-libs/libX11 ) png? ( sys-libs/zlib media-libs/libpng >=media-libs/gd-1.8 |