mgorny 14/09/01 16:48:09 Modified: batti-0.3.8-r2.ebuild ChangeLog Log: Remove := subslot operator from || () block since it is meaningless and broken. (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 app-laptop/batti/batti-0.3.8-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?r1=1.4&r2=1.5 Index: batti-0.3.8-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- batti-0.3.8-r2.ebuild 19 Jun 2014 16:36:08 -0000 1.4 +++ batti-0.3.8-r2.ebuild 1 Sep 2014 16:48:09 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v 1.4 2014/06/19 16:36:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v 1.5 2014/09/01 16:48:09 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ RDEPEND="dev-python/pygtk dev-python/dbus-python - || ( sys-power/upower:= sys-power/upower-pm-utils ) + || ( sys-power/upower sys-power/upower-pm-utils ) x11-themes/gnome-icon-theme libnotify? ( x11-libs/libnotify )" DEPEND="" 1.24 app-laptop/batti/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 19 Jun 2014 16:36:43 -0000 1.23 +++ ChangeLog 1 Sep 2014 16:48:09 -0000 1.24 @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/batti # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.23 2014/06/19 16:36:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.24 2014/09/01 16:48:09 mgorny Exp $ + + 01 Sep 2014; Michał Górny <[email protected]> batti-0.3.8-r2.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. 19 Jun 2014; Samuli Suominen <[email protected]> -batti-0.3.8-r1.ebuild: old
