diff options
author | 2010-01-19 18:21:47 +0000 | |
---|---|---|
committer | 2010-01-19 18:21:47 +0000 | |
commit | cd5524feaffa54c922d58be8ad5cf427106c8f92 (patch) | |
tree | fc85faa1511757cfabdcd1283a58dc64b993a2e5 /net-misc/wicd/wicd-1.7.0.ebuild | |
parent | Version bump. Add qml use flag for Qt Declarative module (diff) | |
download | gentoo-2-cd5524feaffa54c922d58be8ad5cf427106c8f92.tar.gz gentoo-2-cd5524feaffa54c922d58be8ad5cf427106c8f92.tar.bz2 gentoo-2-cd5524feaffa54c922d58be8ad5cf427106c8f92.zip |
Add dep for USE=-gtk users
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd/wicd-1.7.0.ebuild')
-rw-r--r-- | net-misc/wicd/wicd-1.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |