diff options
-rw-r--r-- | net-misc/wicd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 033786833a00..e07423d728f0 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.65 2010/01/15 15:03:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.66 2010/01/19 18:21:47 darkside Exp $ + + 19 Jan 2010; Jeremy Olexa <darkside@gentoo.org> wicd-1.7.0.ebuild: + Add dep for USE=-gtk users *wicd-1.7.0 (15 Jan 2010) diff --git a/net-misc/wicd/wicd-1.7.0.ebuild b/net-misc/wicd/wicd-1.7.0.ebuild index 89e7c67b6d83..45b661228c2a 100644 --- a/net-misc/wicd/wicd-1.7.0.ebuild +++ b/net-misc/wicd/wicd-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.1 2010/01/15 15:03:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.2 2010/01/19 18:21:47 darkside Exp $ EAPI=2 @@ -40,6 +40,7 @@ RDEPEND=" sys-apps/net-tools sys-apps/ethtool ) + !gtk? ( dev-python/pygobject ) ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl ) libnotify? ( dev-python/notify-python ) ncurses? ( dev-python/urwid ) |