diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-26 19:24:51 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-26 19:24:51 +0000 |
commit | f83c9648722f83d74ad8d07553298198c1dae384 (patch) | |
tree | 45d7d06e83061d58e36a1d876ba743ff27941b1b /eclass | |
parent | Remove www-client/mozilla from DEPEND, as it was p.masked and removed (diff) | |
download | gentoo-2-f83c9648722f83d74ad8d07553298198c1dae384.tar.gz gentoo-2-f83c9648722f83d74ad8d07553298198c1dae384.tar.bz2 gentoo-2-f83c9648722f83d74ad8d07553298198c1dae384.zip |
Remove virtual/x11 from this deprecated eclass.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce4.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 47a89a8f90a7..9b3ccf12d6b3 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -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/eclass/xfce4.eclass,v 1.22 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.23 2007/03/26 19:24:51 drac Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass @@ -50,8 +50,7 @@ fi SLOT="0" IUSE="debug doc" -RDEPEND="virtual/x11 - >=x11-libs/gtk+-2.2 +RDEPEND=">=x11-libs/gtk+-2.2 dev-libs/libxml2 x11-libs/startup-notification >=dev-libs/dbh-1.0.20 |