diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-23 21:53:10 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-23 22:06:11 -0800 |
commit | b805766bd86fba1c7665e3befcfcd0d6a41366dc (patch) | |
tree | 83b9c610f76aead1d8ff2aaab6e4469e935e4b66 /mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | |
parent | sys-apps/systemd: arm stable, bug #635718 (diff) | |
download | gentoo-b805766bd86fba1c7665e3befcfcd0d6a41366dc.tar.gz gentoo-b805766bd86fba1c7665e3befcfcd0d6a41366dc.tar.bz2 gentoo-b805766bd86fba1c7665e3befcfcd0d6a41366dc.zip |
mate-extra/mate-sensors-applet: Drop dead video_cards_fglrx
Diffstat (limited to 'mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild')
-rw-r--r-- | mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild index c684aa2eaa9f..186a36d76bf3 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.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" RDEPEND="app-text/rarian:0 >=dev-libs/glib-2.36:2 @@ -32,7 +32,6 @@ RDEPEND="app-text/rarian:0 !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 @@ -58,10 +57,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} } |