From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F527138334 for ; Sat, 8 Dec 2018 22:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B66E077F; Sat, 8 Dec 2018 22:35:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BF66E077F for ; Sat, 8 Dec 2018 22:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15E73335C07 for ; Sat, 8 Dec 2018 22:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B126E44B for ; Sat, 8 Dec 2018 22:35:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1544308500.0df1d9a1861eb06f9cdc971978c6a540f3c19562.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/light-locker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/light-locker/light-locker-1.7.0-r1.ebuild x11-misc/light-locker/light-locker-1.7.0.ebuild x11-misc/light-locker/light-locker-1.8.0.ebuild X-VCS-Directories: x11-misc/light-locker/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0df1d9a1861eb06f9cdc971978c6a540f3c19562 X-VCS-Branch: master Date: Sat, 8 Dec 2018 22:35:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f990c858-2f35-4fb8-9f90-68e99bdfccd3 X-Archives-Hash: 48e1b06fdb091ff44666d5b99f878224 commit: 0df1d9a1861eb06f9cdc971978c6a540f3c19562 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Dec 8 22:35:00 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Dec 8 22:35:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df1d9a1 x11-misc/light-locker: [QA] remove sys-power/upower-pm-utils dependency Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-misc/light-locker/light-locker-1.7.0-r1.ebuild | 4 ++-- x11-misc/light-locker/light-locker-1.7.0.ebuild | 4 ++-- x11-misc/light-locker/light-locker-1.8.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/light-locker/light-locker-1.7.0-r1.ebuild b/x11-misc/light-locker/light-locker-1.7.0-r1.ebuild index 51411789d10..e8c99ce5fec 100644 --- a/x11-misc/light-locker/light-locker-1.7.0-r1.ebuild +++ b/x11-misc/light-locker/light-locker-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ RDEPEND="dev-libs/dbus-glib gtk3? ( x11-libs/gtk+:3 ) screensaver? ( x11-libs/libXScrnSaver ) systemd? ( sys-apps/systemd ) - upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )" + upower? ( sys-power/upower )" DEPEND="${RDEPEND} dev-lang/perl dev-perl/XML-Parser diff --git a/x11-misc/light-locker/light-locker-1.7.0.ebuild b/x11-misc/light-locker/light-locker-1.7.0.ebuild index bb354a05739..e5e721f142e 100644 --- a/x11-misc/light-locker/light-locker-1.7.0.ebuild +++ b/x11-misc/light-locker/light-locker-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ RDEPEND="dev-libs/dbus-glib gtk3? ( x11-libs/gtk+:3 ) screensaver? ( x11-libs/libXScrnSaver ) systemd? ( sys-apps/systemd ) - upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )" + upower? ( sys-power/upower )" DEPEND="${RDEPEND} dev-lang/perl dev-perl/XML-Parser diff --git a/x11-misc/light-locker/light-locker-1.8.0.ebuild b/x11-misc/light-locker/light-locker-1.8.0.ebuild index bb354a05739..e5e721f142e 100644 --- a/x11-misc/light-locker/light-locker-1.8.0.ebuild +++ b/x11-misc/light-locker/light-locker-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ RDEPEND="dev-libs/dbus-glib gtk3? ( x11-libs/gtk+:3 ) screensaver? ( x11-libs/libXScrnSaver ) systemd? ( sys-apps/systemd ) - upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )" + upower? ( sys-power/upower )" DEPEND="${RDEPEND} dev-lang/perl dev-perl/XML-Parser