diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:37:00 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:37:00 +0000 |
commit | 39e5b5b90fc189340742101b3427f80bc47e8e7a (patch) | |
tree | bf6cca7331472b77c2999405d567e0e28414983b /net-misc/gwget | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-39e5b5b90fc189340742101b3427f80bc47e8e7a.tar.gz gentoo-2-39e5b5b90fc189340742101b3427f80bc47e8e7a.tar.bz2 gentoo-2-39e5b5b90fc189340742101b3427f80bc47e8e7a.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gwget')
-rw-r--r-- | net-misc/gwget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gwget/gwget-1.0.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/gwget/ChangeLog b/net-misc/gwget/ChangeLog index 8ef9f831bd5f..6daf0f7e54bc 100644 --- a/net-misc/gwget/ChangeLog +++ b/net-misc/gwget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gwget # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.24 2011/02/05 16:41:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.25 2011/03/27 12:37:00 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gwget-1.0.4.ebuild: + Fix slot-deps on gnome libs 05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwget-1.0.4.ebuild, +files/gwget-1.0.4-libnotify-0.7.patch: diff --git a/net-misc/gwget/gwget-1.0.4.ebuild b/net-misc/gwget/gwget-1.0.4.ebuild index 8744fc1af6f9..b5eebaa0eb5f 100644 --- a/net-misc/gwget/gwget-1.0.4.ebuild +++ b/net-misc/gwget/gwget-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.5 2011/02/05 16:41:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.6 2011/03/27 12:37:00 nirbheek Exp $ EAPI="2" GCONF_DEBUG="no" @@ -18,9 +18,9 @@ IUSE="epiphany libnotify" # FIXME: dbus should be optional # needs patching for linguas/intltool RDEPEND="net-misc/wget - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.16.0 - >=gnome-base/gconf-2 + >=x11-libs/gtk+-2.6:2 + >=dev-libs/glib-2.16.0:2 + >=gnome-base/gconf-2:2 >=gnome-base/libgnomeui-2 >=dev-libs/dbus-glib-0.70 epiphany? ( >=www-client/epiphany-1.4 ) |