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 8251459CA2 for ; Sat, 13 Feb 2016 09:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BEEFE07D2; Sat, 13 Feb 2016 09:34:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB7E9E07D2 for ; Sat, 13 Feb 2016 09:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E08F3340BA1 for ; Sat, 13 Feb 2016 09:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ECD1150 for ; Sat, 13 Feb 2016 09:34:17 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1455356012.a629233e52a578af7d8ab59e7eba9378a2530db5.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.10.1.ebuild app-admin/conky/conky-1.9.0-r3.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: a629233e52a578af7d8ab59e7eba9378a2530db5 X-VCS-Branch: master Date: Sat, 13 Feb 2016 09:34:17 +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: 0051bcb1-7bad-4b94-9ef2-12547c5bed0d X-Archives-Hash: 9ef14ee2b74db5806607efc948766152 commit: a629233e52a578af7d8ab59e7eba9378a2530db5 Author: Daniel Pielmeier gentoo org> AuthorDate: Sat Feb 13 09:33:32 2016 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sat Feb 13 09:33:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a629233e app-admin/conky: Depend on nvidia-drivers[tools,static-libs]. This fixes bug #563718. Thanks to Stefan Talpalaru for the report. Package-Manager: portage-2.2.26 app-admin/conky/conky-1.10.1.ebuild | 4 ++-- app-admin/conky/conky-1.9.0-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/conky/conky-1.10.1.ebuild b/app-admin/conky/conky-1.10.1.ebuild index ddd8ee5..86a87b8 100644 --- a/app-admin/conky/conky-1.10.1.ebuild +++ b/app-admin/conky/conky-1.10.1.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$ @@ -30,7 +30,7 @@ DEPEND_COMMON=" lua-rsvg? ( >=dev-lua/toluapp-1.0.93 gnome-base/librsvg ) - nvidia? ( media-video/nvidia-settings ) + nvidia? ( || ( x11-drivers/nvidia-drivers[tools,static-libs] media-video/nvidia-settings ) ) truetype? ( x11-libs/libXft >=media-libs/freetype-2 ) x11-libs/libX11 x11-libs/libXdamage diff --git a/app-admin/conky/conky-1.9.0-r3.ebuild b/app-admin/conky/conky-1.9.0-r3.ebuild index 4fad169..884c867 100644 --- a/app-admin/conky/conky-1.9.0-r3.ebuild +++ b/app-admin/conky/conky-1.9.0-r3.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$