summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild')
-rw-r--r--mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
index e0fb417cc7d7..4e3e5391b775 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=mate-base/mate-panel-1.6[gtk3(-)=]
@@ -31,7 +31,6 @@ 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_fglrx? ( x11-drivers/ati-drivers:* )
video_cards_nvidia? ( || (
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
media-video/nvidia-settings:0
@@ -60,10 +59,10 @@ src_configure() {
mate_src_configure \
--disable-static \
+ --without-aticonfig \
--with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable libnotify) \
$(use_with lm_sensors libsensors) \
- $(use_with video_cards_fglrx aticonfig) \
$(use_with video_cards_nvidia nvidia) \
${udisks}
}