diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-04-26 20:17:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-04-26 20:48:30 +0200 |
commit | 416d2886ba997c735c1ee96860f26496dd3a4cf0 (patch) | |
tree | bc384bb17aef6fb947d553d3ea6859c0a86c51e7 /xfce-extra/xfce4-sensors-plugin | |
parent | sys-kernel/tuxonice-sources: Version bumps. (diff) | |
download | gentoo-416d2886ba997c735c1ee96860f26496dd3a4cf0.tar.gz gentoo-416d2886ba997c735c1ee96860f26496dd3a4cf0.tar.bz2 gentoo-416d2886ba997c735c1ee96860f26496dd3a4cf0.zip |
xfce-extra/xfce4-sensors-plugin: Adopt to new nvdia-drivers situation
Add optional x11-drivers/nvidia-drivers[tools,static-libs] as provider of
media-video/nvidia-settings
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=580874
Package-Manager: portage-2.2.28
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild index 0b7516c240c1..cf349d5e7103 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,12 @@ RDEPEND=">=x11-libs/gtk+-2.14:2 hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat ) libnotify? ( >=x11-libs/libnotify-0.7 ) lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 ) - video_cards_nvidia? ( media-video/nvidia-settings )" + video_cards_nvidia? ( + || ( + x11-drivers/nvidia-drivers[tools,static-libs] + media-video/nvidia-settings + ) + )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild index 7340e761247f..56948bf0d819 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.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$ @@ -23,7 +23,12 @@ RDEPEND=">=x11-libs/gtk+-2.14:2= hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat ) libnotify? ( >=x11-libs/libnotify-0.7:= ) lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= ) - video_cards_nvidia? ( media-video/nvidia-settings )" + video_cards_nvidia? ( + || ( + x11-drivers/nvidia-drivers[tools,static-libs] + media-video/nvidia-settings + ) + )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" |