From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1061302-garchives=archives.gentoo.org@lists.gentoo.org> 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 C2491138334 for <garchives@archives.gentoo.org>; Sat, 8 Dec 2018 22:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF71E0940; Sat, 8 Dec 2018 22:04:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6B73CE0940 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Dec 2018 22:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CCB38335C5D for <gentoo-commits@lists.gentoo.org>; Sat, 8 Dec 2018 22:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E144744B for <gentoo-commits@lists.gentoo.org>; Sat, 8 Dec 2018 22:04:41 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1544306527.380a32c75ac0022637c9b0762d0c458dbafb835a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild X-VCS-Directories: xfce-base/xfce4-settings/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 380a32c75ac0022637c9b0762d0c458dbafb835a X-VCS-Branch: master Date: Sat, 8 Dec 2018 22:04:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a368d384-1db6-4c60-bb4d-ad2d71d0d7df X-Archives-Hash: b62602bb25d5aaf3645156ce3945dbb1 commit: 380a32c75ac0022637c9b0762d0c458dbafb835a Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Dec 8 22:02:07 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Dec 8 22:02:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380a32c7 xfce-base/xfce4-settings: [QA] remove sys-power/upower-pm-utils dependency Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild | 4 ++-- xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild | 2 +- xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild index 3c312a71724..0bae89cc838 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.100 libcanberra? ( >=media-libs/libcanberra-0.25[sound] ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) libnotify? ( >=x11-libs/libnotify-0.7 ) - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) ) + upower? ( >=sys-power/upower-0.9.23 ) xklavier? ( >=x11-libs/libxklavier-5 )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild index ec16ca039ff..0bae89cc838 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.4.ebuild @@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.100 libcanberra? ( >=media-libs/libcanberra-0.25[sound] ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) libnotify? ( >=x11-libs/libnotify-0.7 ) - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) ) + upower? ( >=sys-power/upower-0.9.23 ) xklavier? ( >=x11-libs/libxklavier-5 )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild index c72c06e61b7..ab7704362e6 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND=" libcanberra? ( >=media-libs/libcanberra-0.25[sound] ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) libnotify? ( >=x11-libs/libnotify-0.7 ) - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) ) + upower? ( >=sys-power/upower-0.9.23 ) xklavier? ( >=x11-libs/libxklavier-5 )" DEPEND="${RDEPEND} dev-util/gdbus-codegen