summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-21 21:07:52 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-21 21:09:19 +0200
commit2e4b3baa78e0e047e48dd3f690d0806f95ed2d91 (patch)
treecef1f58af4813ff0dcbddf02b97f73cb00cc803b /gnome-extra
parentapp-misc/tracker: Remove := slot op inside ||, #586302 (diff)
downloadgentoo-2e4b3baa78e0e047e48dd3f690d0806f95ed2d91.tar.gz
gentoo-2e4b3baa78e0e047e48dd3f690d0806f95ed2d91.tar.bz2
gentoo-2e4b3baa78e0e047e48dd3f690d0806f95ed2d91.zip
gnome-extra/cinnamon-settings-daemon: Remove := inside ||, #586302
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild4
-rw-r--r--gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild
index 4d7a659dbb87..2c1e840cae7c 100644
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -46,7 +46,7 @@ RDEPEND="
x11-drivers/xf86-input-wacom
x11-libs/libXtst )
smartcard? ( >=dev-libs/nss-3.11.2 )
- || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils )
+ || ( >=sys-power/upower-0.9.11 sys-power/upower-pm-utils )
systemd? ( sys-apps/systemd:0= )
!systemd? ( sys-auth/consolekit:0= )
"
diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild
index bbcd83eb1a7d..b514ddb95a44 100644
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
x11-drivers/xf86-input-wacom
x11-libs/libXtst )
smartcard? ( >=dev-libs/nss-3.11.2 )
- || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils )
+ || ( >=sys-power/upower-0.9.11 sys-power/upower-pm-utils )
systemd? ( sys-apps/systemd:0= )
!systemd? ( sys-auth/consolekit:0= )
"