diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-01 01:31:04 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-01 01:31:04 +0000 |
commit | fc80fa73545a05a8743bd7a6fe0ee1a262919bc4 (patch) | |
tree | f25e6ffc5c37ee783cbcf26f398955ad97ae9b2a /net-misc/wicd/wicd-1.6.2.2.ebuild | |
parent | Version bump. Many internal changes but not many visible to the end user. Tur... (diff) | |
download | gentoo-2-fc80fa73545a05a8743bd7a6fe0ee1a262919bc4.tar.gz gentoo-2-fc80fa73545a05a8743bd7a6fe0ee1a262919bc4.tar.bz2 gentoo-2-fc80fa73545a05a8743bd7a6fe0ee1a262919bc4.zip |
Removed old versions. Limit urwid dep on 1.6.2.2 (bug #295033). Version bump to 1.7.0_alpha1 which has major tray changes and many minor changes including an ability to not install the gtk UI (bug #293538)
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd/wicd-1.6.2.2.ebuild')
-rw-r--r-- | net-misc/wicd/wicd-1.6.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wicd/wicd-1.6.2.2.ebuild b/net-misc/wicd/wicd-1.6.2.2.ebuild index eac2aa613ee6..98db389ab69e 100644 --- a/net-misc/wicd/wicd-1.6.2.2.ebuild +++ b/net-misc/wicd/wicd-1.6.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.2.2.ebuild,v 1.4 2009/11/30 06:40:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.2.2.ebuild,v 1.5 2009/12/01 01:31:04 darkside Exp $ EAPI="2" @@ -40,7 +40,7 @@ RDEPEND=" ) ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl ) libnotify? ( dev-python/notify-python ) - ncurses? ( >=dev-python/urwid-0.9.8.4 ) + ncurses? ( <dev-python/urwid-0.9.9 ) pm-utils? ( >=sys-power/pm-utils-1.1.1 ) " |