diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-01-02 10:59:01 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-01-02 10:59:01 +0000 |
commit | e9e6bf36ebf7b36d440062c8823eace8a78f6bb8 (patch) | |
tree | 92d739bfa882c4d8490c4af782e2b7fe55f8b67f /net-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-e9e6bf36ebf7b36d440062c8823eace8a78f6bb8.tar.gz gentoo-2-e9e6bf36ebf7b36d440062c8823eace8a78f6bb8.tar.bz2 gentoo-2-e9e6bf36ebf7b36d440062c8823eace8a78f6bb8.zip |
Updated python dependencies to use eclass
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 3eada3861d6a..88e2db7e29c7 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.78 2010/12/23 20:44:07 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.79 2011/01/02 10:59:01 tomka Exp $ + + 02 Jan 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_beta2-r2.ebuild: + Updated python dependencies to use eclass *wicd-1.7.1_beta2-r2 (23 Dec 2010) diff --git a/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild b/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild index 6d983e8f61f9..42b684dfd9b2 100644 --- a/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild +++ b/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v 1.1 2010/12/23 20:44:07 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r2.ebuild,v 1.2 2011/01/02 10:59:01 tomka Exp $ EAPI=3 PYTHON_DEPEND="2" +PYTHON_USE_WITH="ncurses? xml" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" @@ -28,7 +29,6 @@ DEPEND="" # net-misc/dhcp that I want net-misc/dhcpcd to be guarenteed to be considered # first if none are installed. RDEPEND=" - dev-lang/python[xml] dev-python/dbus-python X? ( gtk? ( dev-python/pygtk || ( @@ -54,7 +54,6 @@ RDEPEND=" libnotify? ( dev-python/notify-python ) ncurses? ( >=dev-python/urwid-0.9.9.1 - dev-lang/python[ncurses] ) pm-utils? ( >=sys-power/pm-utils-1.1.1 ) " |