www-client/otter: EAPI=7
authorJeroen Roovers <jer@gentoo.org>
Mon, 29 Apr 2019 07:58:30 +0000 (09:58 +0200)
committerJeroen Roovers <jer@gentoo.org>
Mon, 29 Apr 2019 07:59:18 +0000 (09:59 +0200)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
www-client/otter/otter-9999.ebuild

index 7679f0601b7b283716efbf7b1b3b1bd63c9c2000..dd20d3231ae6df21eb868876b6758e435782a28f 100644 (file)
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils cmake-utils git-r3 gnome2-utils xdg-utils
+EAPI=7
+inherit cmake-utils desktop git-r3 xdg-utils
 
 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
 HOMEPAGE="https://otter-browser.org/"
@@ -61,11 +61,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       gnome2_icon_cache_update
        xdg_desktop_database_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
        xdg_desktop_database_update
+       xdg_icon_cache_update
 }