pacho 15/07/13 20:27:15 Modified: nm-applet-1.0.2.ebuild ChangeLog Log: virtual/notification-daemon as PDEPEND to try to avoid circular dep issues, bug #546134 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 gnome-extra/nm-applet/nm-applet-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild?r1=1.3&r2=1.4 Index: nm-applet-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nm-applet-1.0.2.ebuild 17 May 2015 15:55:48 -0000 1.3 +++ nm-applet-1.0.2.ebuild 13 Jul 2015 20:27:15 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild,v 1.3 2015/05/17 15:55:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.2.ebuild,v 1.4 2015/07/13 20:27:15 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -34,7 +34,6 @@ introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-0.7.990 ) virtual/freedesktop-icon-theme - virtual/notification-daemon virtual/libgudev:= " DEPEND="${RDEPEND} @@ -42,6 +41,8 @@ >=dev-util/intltool-0.40 " +PDEPEND="virtual/notification-daemon" #546134 + src_configure() { gnome2_src_configure \ --disable-more-warnings \ 1.131 gnome-extra/nm-applet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 17 May 2015 15:55:48 -0000 1.130 +++ ChangeLog 13 Jul 2015 20:27:15 -0000 1.131 @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.130 2015/05/17 15:55:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.131 2015/07/13 20:27:15 pacho Exp $ + + 13 Jul 2015; Pacho Ramos <[email protected]> nm-applet-1.0.2.ebuild: + virtual/notification-daemon as PDEPEND to try to avoid circular dep issues, + bug #546134 17 May 2015; Agostino Sarubbo <[email protected]> nm-applet-1.0.2.ebuild: Stable for x86, wrt bug #545980
