diff options
Diffstat (limited to 'xfce-extra')
3 files changed, 9 insertions, 21 deletions
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 acd8d1da0c1c..655ceef8317d 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-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,12 +22,8 @@ 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? ( - || ( - x11-drivers/nvidia-drivers[tools,static-libs] - media-video/nvidia-settings - ) - )" + video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" + DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild index 225cabbdbf2a..57eab8986b1c 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.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 @@ -20,12 +20,8 @@ RDEPEND=">=x11-libs/gtk+-3.20:3= 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? ( - || ( - x11-drivers/nvidia-drivers[tools,static-libs] - media-video/nvidia-settings - ) - )" + video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" + DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild index 0a7079f854dd..bae1569ee838 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.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 @@ -22,12 +22,8 @@ RDEPEND=">=x11-libs/gtk+-3.20:3= 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? ( - || ( - x11-drivers/nvidia-drivers[tools,static-libs] - media-video/nvidia-settings - ) - )" + video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" + DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" |