diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-16 01:16:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-16 01:20:33 +0100 |
commit | 55cef1ba34746b6af5e31794f1a8963edff695b9 (patch) | |
tree | 2be0becb159a24fe1b0c9b1cff6ad0fa0d943f50 /xfce-extra/xfce4-sensors-plugin | |
parent | net-misc/electrum: Remove old (diff) | |
download | gentoo-55cef1ba34746b6af5e31794f1a8963edff695b9.tar.gz gentoo-55cef1ba34746b6af5e31794f1a8963edff695b9.tar.bz2 gentoo-55cef1ba34746b6af5e31794f1a8963edff695b9.zip |
xfce-extra/xfce4-sensors-plugin: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild index f62c925542bd..d740fbfc2c1d 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2-utils @@ -29,8 +29,9 @@ RDEPEND=">=x11-libs/gtk+-3.20:3= 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] )" +DEPEND=${RDEPEND} -DEPEND="${RDEPEND} +BDEPEND=" dev-util/intltool virtual/pkgconfig" @@ -59,9 +60,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |