diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:17:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:17:10 +0000 |
commit | 01e007365fd64ec27242143f1b754df87713122e (patch) | |
tree | 7a8ffe5840f19d1e563868db0a9c99aa80b53a61 /eclass | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | historical-01e007365fd64ec27242143f1b754df87713122e.tar.gz historical-01e007365fd64ec27242143f1b754df87713122e.tar.bz2 historical-01e007365fd64ec27242143f1b754df87713122e.zip |
Removed * postfix from <, <=, >= and > dependencies.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce4.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 62698f805035..c03086174846 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.14 2005/02/01 17:43:34 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.15 2005/06/12 12:17:10 swegener Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass @@ -52,7 +52,7 @@ SLOT="0" IUSE="${IUSE} doc debug" RDEPEND="virtual/x11 - >=x11-libs/gtk+-2.2* + >=x11-libs/gtk+-2.2 dev-libs/libxml2 x11-libs/startup-notification >=dev-libs/dbh-1.0.20 @@ -101,4 +101,4 @@ xfce4_src_install() { fi } -EXPORT_FUNCTIONS src_compile src_install
\ No newline at end of file +EXPORT_FUNCTIONS src_compile src_install |