From 9453ec89d9f252e7822d77150d740c3324af217d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 1 Sep 2014 16:48:09 +0000 Subject: 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!) --- app-laptop/batti/ChangeLog | 6 +++++- app-laptop/batti/batti-0.3.8-r2.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-laptop/batti') diff --git a/app-laptop/batti/ChangeLog b/app-laptop/batti/ChangeLog index 78eeff3bee6f..24e237b1fe1a 100644 --- a/app-laptop/batti/ChangeLog +++ b/app-laptop/batti/ChangeLog @@ -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 batti-0.3.8-r2.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. 19 Jun 2014; Samuli Suominen -batti-0.3.8-r1.ebuild: old diff --git a/app-laptop/batti/batti-0.3.8-r2.ebuild b/app-laptop/batti/batti-0.3.8-r2.ebuild index 0e1cc0ac4b19..18f799b80ec5 100644 --- a/app-laptop/batti/batti-0.3.8-r2.ebuild +++ b/app-laptop/batti/batti-0.3.8-r2.ebuild @@ -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 @@ IUSE="libnotify" 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="" -- cgit v1.2.3-65-gdbad