From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 958791382AC for ; Tue, 21 Jun 2016 19:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C4E141E5; Tue, 21 Jun 2016 19:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ED35141E5 for ; Tue, 21 Jun 2016 19:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C538A340766 for ; Tue, 21 Jun 2016 19:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE11A2418 for ; Tue, 21 Jun 2016 19:09:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1466536159.2e4b3baa78e0e047e48dd3f690d0806f95ed2d91.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild X-VCS-Directories: gnome-extra/cinnamon-settings-daemon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e4b3baa78e0e047e48dd3f690d0806f95ed2d91 X-VCS-Branch: master Date: Tue, 21 Jun 2016 19:09:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3af6aa27-ad3e-46ba-b056-a3a9bf32b96c X-Archives-Hash: ed773a54cbd5fdb200edb7dc27774c10 commit: 2e4b3baa78e0e047e48dd3f690d0806f95ed2d91 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 21 19:07:52 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 21 19:09:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4b3baa gnome-extra/cinnamon-settings-daemon: Remove := inside ||, #586302 .../cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild | 4 ++-- .../cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild | 2 +- 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 4d7a659..2c1e840 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 bbcd83e..b514ddb 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= ) "