summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-09-01 16:48:09 +0000
committerMichał Górny <mgorny@gentoo.org>2014-09-01 16:48:09 +0000
commit9453ec89d9f252e7822d77150d740c3324af217d (patch)
tree3945e4bc058671572ee721162de2890989550b3c /app-laptop
parentRemove := subslot operator from || () block since it is meaningless and broken. (diff)
downloadgentoo-2-9453ec89d9f252e7822d77150d740c3324af217d.tar.gz
gentoo-2-9453ec89d9f252e7822d77150d740c3324af217d.tar.bz2
gentoo-2-9453ec89d9f252e7822d77150d740c3324af217d.zip
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!)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/batti/ChangeLog6
-rw-r--r--app-laptop/batti/batti-0.3.8-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
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 <mgorny@gentoo.org> batti-0.3.8-r2.ebuild:
+ Remove := subslot operator from || () block since it is meaningless and
+ broken.
19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> -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=""