diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-29 09:58:30 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-29 09:59:18 +0200 |
commit | 5ba470e2120afb14c39de176a6a2feab23070971 (patch) | |
tree | d9d40c9cd7ff0e0b5c6c46be7f85763e4d9d3219 /www-client/otter | |
parent | www-client/otter: Update HOMEPAGE (diff) | |
download | gentoo-5ba470e2120afb14c39de176a6a2feab23070971.tar.gz gentoo-5ba470e2120afb14c39de176a6a2feab23070971.tar.bz2 gentoo-5ba470e2120afb14c39de176a6a2feab23070971.zip |
www-client/otter: EAPI=7
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client/otter')
-rw-r--r-- | www-client/otter/otter-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-client/otter/otter-9999.ebuild b/www-client/otter/otter-9999.ebuild index 7679f0601b7b..dd20d3231ae6 100644 --- a/www-client/otter/otter-9999.ebuild +++ b/www-client/otter/otter-9999.ebuild @@ -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 } |