diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-03 22:36:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-03 22:36:37 +0000 |
commit | 1b4f7ae32848234f35d958e5f8221a22b0807fe7 (patch) | |
tree | 66433b73c31ba9a9f040de217cbb33636929d320 /x11-libs/gksu | |
parent | Version bump. (diff) | |
download | gentoo-2-1b4f7ae32848234f35d958e5f8221a22b0807fe7.tar.gz gentoo-2-1b4f7ae32848234f35d958e5f8221a22b0807fe7.tar.bz2 gentoo-2-1b4f7ae32848234f35d958e5f8221a22b0807fe7.zip |
Drop gnome-vfs dependency, bug #349520.
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gksu/gksu-2.0.2.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 84212c0e3ec4..8675689262d0 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gksu -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.59 2010/07/20 01:41:33 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.60 2011/01/03 22:36:37 eva Exp $ + + 03 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> gksu-2.0.2.ebuild: + Drop gnome-vfs dependency, bug #349520. 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> gksu-2.0.2.ebuild: Drop HPPA keywording (bug #324511). diff --git a/x11-libs/gksu/gksu-2.0.2.ebuild b/x11-libs/gksu/gksu-2.0.2.ebuild index 7190417e20b9..f1b8d245ca25 100644 --- a/x11-libs/gksu/gksu-2.0.2.ebuild +++ b/x11-libs/gksu/gksu-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.10 2010/07/20 01:41:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.11 2011/01/03 22:36:37 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -17,10 +17,9 @@ KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc gnome" RDEPEND=">=x11-libs/libgksu-2.0.8 - >=x11-libs/gtk+-2.4.0 - >=gnome-base/gconf-2.0 + >=x11-libs/gtk+-2.4:2 + >=gnome-base/gconf-2 gnome? ( - >=gnome-base/gnome-vfs-2 >=gnome-base/nautilus-2 x11-terms/gnome-terminal )" DEPEND="${RDEPEND} |