diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2007-05-04 20:06:44 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2007-05-04 20:06:44 +0000 |
commit | 147ec0d4b6057a63255619285639882fc947888d (patch) | |
tree | 487d91aa23f2642b5c130421c85860fa718d684c /gnome-extra/nm-applet | |
parent | Remove gnome-vfs dep; bug #177082 (diff) | |
download | gentoo-2-147ec0d4b6057a63255619285639882fc947888d.tar.gz gentoo-2-147ec0d4b6057a63255619285639882fc947888d.tar.bz2 gentoo-2-147ec0d4b6057a63255619285639882fc947888d.zip |
Fix the dependency/iuse mismatch as reported by Jakub Moc.
(Portage version: 2.1.2.5)
Diffstat (limited to 'gnome-extra/nm-applet')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index 5c425916759a..086697a7409f 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.1 2007/05/02 17:54:00 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.2 2007/05/04 20:06:44 steev Exp $ + + 04 May 2007; Steev Klimaszewski <steev@gentoo.org> nm-applet-0.6.5.ebuild: + Fix the dependency/iuse mismatch issue reported by Jakub Moc in bug #177002. *nm-applet-0.6.5 (02 May 2007) 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 25aaa54c06a7..050a9f269e38 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-2007 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.1 2007/05/02 17:54:00 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v 1.2 2007/05/04 20:06:44 steev Exp $ inherit gnome2 eutils @@ -24,7 +24,7 @@ RDEPEND=">=sys-apps/dbus-0.60 >=net-wireless/wireless-tools-28_pre9 >=net-wireless/wpa_supplicant-0.4.8 >=dev-libs/glib-2.10 - notify? ( >=x11-libs/libnotify-0.4.3 ) + libnotify? ( >=x11-libs/libnotify-0.4.3 ) >=x11-libs/gtk+-2.10 >=gnome-base/libglade-2 >=gnome-base/gnome-keyring-0.4 |