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 257F6138334 for ; Sat, 13 Oct 2018 10:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4CCAE093B; Sat, 13 Oct 2018 10:07:28 +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 AED6AE093E for ; Sat, 13 Oct 2018 10:07:28 +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 EFCE3335CF9 for ; Sat, 13 Oct 2018 10:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63BAD43D for ; Sat, 13 Oct 2018 10:07:25 +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: <1539425239.d227d9ec6fc676490e78348c044c9a1a98e87fbb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild X-VCS-Directories: mate-extra/mate-sensors-applet/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d227d9ec6fc676490e78348c044c9a1a98e87fbb X-VCS-Branch: master Date: Sat, 13 Oct 2018 10:07:25 +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: 649ae4f3-4a08-4e96-9f97-e4ed0aa22acc X-Archives-Hash: 42516a185ea8b7e455dfa1c8c4edcc51 commit: d227d9ec6fc676490e78348c044c9a1a98e87fbb Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 13 10:06:39 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 13 10:07:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d227d9ec mate-extra/mate-sensors-applet: Drop non-existing media-video/nvidia-settings Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild index 86472d98d2b..62ee356d61a 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.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 @@ -30,10 +30,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2 !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) libnotify? ( >=x11-libs/libnotify-0.7:0 ) lm_sensors? ( sys-apps/lm_sensors:0 ) - video_cards_nvidia? ( || ( - >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] - media-video/nvidia-settings:0 - ) )" + video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )" RDEPEND="${COMMON_DEPEND}"