commit: eed6b4f8633d56f3e8b41cff9de19a9522015705
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 12:01:56 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:01:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=eed6b4f8
mate-extra/mate-sensors-applet: Drop dead video_cards_fglrx from live ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6
mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
b/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
index 0c55ffc..1c56adc 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=mate-base/mate-panel-1.17.0
@@ -30,7 +30,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
@@ -59,9 +58,9 @@ src_configure() {
mate_src_configure \
--disable-static \
+ --without-aticonfig \
$(use_enable libnotify) \
$(use_with lm_sensors libsensors) \
- $(use_with video_cards_fglrx aticonfig) \
$(use_with video_cards_nvidia nvidia) \
${udisks}
}