diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2008-02-07 04:47:33 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2008-02-07 04:47:33 +0000 |
commit | f04c0cff3aec4fb27f034c396c4dba7a56bdc3f5 (patch) | |
tree | 270f2161b573ebbe0b016f2b7b7ba25668262256 /gnome-extra | |
parent | Changing comments on make_wrapper so the third option (chdir) looks optional ... (diff) | |
download | gentoo-2-f04c0cff3aec4fb27f034c396c4dba7a56bdc3f5.tar.gz gentoo-2-f04c0cff3aec4fb27f034c396c4dba7a56bdc3f5.tar.bz2 gentoo-2-f04c0cff3aec4fb27f034c396c4dba7a56bdc3f5.zip |
Remove the dependency on libnl. NetworkManager is what actually requires it.
(Portage version: 2.1.4.1)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.6.5.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index dd8a4794e6bf..d689c855231d 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.11 2008/02/02 21:31:44 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.12 2008/02/07 04:47:33 steev Exp $ + + 07 Feb 2008; Steev Klimaszewski <steev@gentoo.org> nm-applet-0.6.5.ebuild, + nm-applet-0.6.5_p20080131.ebuild: + Remove the dependency on libnl. NetworkManager is what actually requires it. 02 Feb 2008; Steev Klimaszewski <steev@gentoo.org> nm-applet-0.6.5_p20080131.ebuild: diff --git a/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild b/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild index 284486254846..efe40b9cc03d 100644 --- a/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild +++ b/gnome-extra/nm-applet/nm-applet-0.6.5.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/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v 1.8 2008/02/02 07:17:20 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v 1.9 2008/02/07 04:47:33 steev Exp $ inherit gnome2 eutils @@ -18,7 +18,6 @@ IUSE="debug doc libnotify" RDEPEND=">=sys-apps/dbus-0.60 >=sys-apps/hal-0.5 sys-apps/iproute2 - >=dev-libs/libnl-1.0_pre6 >=net-misc/dhcdbd-1.4 net-misc/networkmanager >=net-wireless/wireless-tools-28_pre9 diff --git a/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild b/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild index ce24d2fba574..3e2bdd7178d6 100644 --- a/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild +++ b/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.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/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild,v 1.2 2008/02/02 21:31:44 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild,v 1.3 2008/02/07 04:47:33 steev Exp $ inherit gnome2 eutils @@ -19,7 +19,6 @@ IUSE="debug doc libnotify" RDEPEND=">=sys-apps/dbus-0.60 >=sys-apps/hal-0.5 sys-apps/iproute2 - >=dev-libs/libnl-1.1 >=net-misc/dhcdbd-1.4 >=net-misc/networkmanager-0.6.5_p20080130 >=net-wireless/wireless-tools-28_pre9 |