diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 15:11:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 15:13:45 +0100 |
commit | 369f8766a0bbbf687367f5bcdb64c3d1ae19c145 (patch) | |
tree | f55b86a89fe253e37a71c72b2a3a2765d82a39db /net-misc | |
parent | media-plugins/kodi-pvr-vuplus: Cleanup old version (diff) | |
download | gentoo-369f8766a0bbbf687367f5bcdb64c3d1ae19c145.tar.gz gentoo-369f8766a0bbbf687367f5bcdb64c3d1ae19c145.tar.bz2 gentoo-369f8766a0bbbf687367f5bcdb64c3d1ae19c145.zip |
net-misc/teamviewer: Fix EAPI-7 port (gnome2-utils -> xdg-utils)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/teamviewer/teamviewer-15.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/teamviewer/teamviewer-15.5.3.ebuild b/net-misc/teamviewer/teamviewer-15.5.3.ebuild index 3441acea1e60..d4da70a87a17 100644 --- a/net-misc/teamviewer/teamviewer-15.5.3.ebuild +++ b/net-misc/teamviewer/teamviewer-15.5.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 MY_PN=${PN}${PV/\.*} -inherit desktop gnome2-utils systemd +inherit desktop xdg-utils systemd DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" HOMEPAGE="https://www.teamviewer.com" @@ -109,7 +109,7 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update elog "Please note that parallel installation of multiple versions of" elog "TeamViewer is currently not supported at runtime. Bug #621818" @@ -132,5 +132,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |