diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-01-19 18:21:47 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-01-19 18:21:47 +0000 |
commit | 4574c240a6276ee2b49b382bc085cecf5fb296f3 (patch) | |
tree | 718357f56bc6e6ac3e602dd3b1bfaf7d22c672bf /net-misc/wicd/wicd-1.7.0.ebuild | |
parent | Version bump. Add qml use flag for Qt Declarative module (diff) | |
download | historical-4574c240a6276ee2b49b382bc085cecf5fb296f3.tar.gz historical-4574c240a6276ee2b49b382bc085cecf5fb296f3.tar.bz2 historical-4574c240a6276ee2b49b382bc085cecf5fb296f3.zip |
Add dep for USE=-gtk users
Package-Manager: portage-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 ) |