diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-10-27 02:47:48 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-10-27 02:47:48 +0000 |
commit | c2adf3c084f01a89ceac3945759c20e8d7acd30f (patch) | |
tree | f467cfb66314467132b5765cfae3c32fb5975d61 /net-misc/wicd | |
parent | Dont bother building inotifyd by default #240964. (diff) | |
download | gentoo-2-c2adf3c084f01a89ceac3945759c20e8d7acd30f.tar.gz gentoo-2-c2adf3c084f01a89ceac3945759c20e8d7acd30f.tar.bz2 gentoo-2-c2adf3c084f01a89ceac3945759c20e8d7acd30f.zip |
net-misc/wicd - reorder deps to get what is generally prefered if none exist on the system already
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-git6 x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index c844e702dd5e..9f89b0c9db81 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.14 2008/10/27 01:49:27 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.15 2008/10/27 02:47:48 darkside Exp $ + + 27 Oct 2008; Jeremy Olexa <darkside@gentoo.org> wicd-1.5.4.ebuild: + net-misc/wicd - reorder deps to get what is generally prefered if none exist + on the system already *wicd-1.5.4 (27 Oct 2008) diff --git a/net-misc/wicd/wicd-1.5.4.ebuild b/net-misc/wicd/wicd-1.5.4.ebuild index 6a5e2def8a79..38e8694b361e 100644 --- a/net-misc/wicd/wicd-1.5.4.ebuild +++ b/net-misc/wicd/wicd-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.4.ebuild,v 1.1 2008/10/27 01:49:27 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.4.ebuild,v 1.2 2008/10/27 02:47:48 darkside Exp $ inherit distutils eutils @@ -17,15 +17,15 @@ DEPEND="dev-lang/python" RDEPEND="dev-python/dbus-python dev-python/pygtk || ( - net-misc/dhcp net-misc/dhcpcd + net-misc/dhcp net-misc/pump ) net-wireless/wireless-tools net-wireless/wpa_supplicant || ( - sys-apps/ethtool sys-apps/net-tools + sys-apps/ethtool ) || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) ${DEPEND}" |