From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1225211-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BA2BC138359
	for <garchives@archives.gentoo.org>; Wed, 25 Nov 2020 14:14:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DAB3BE0822;
	Wed, 25 Nov 2020 14:14:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BDA5CE0822
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2020 14:14:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 70CBA341269
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2020 14:13:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EBDEC3B7
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2020 14:13:57 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1606313625.369f8766a0bbbf687367f5bcdb64c3d1ae19c145.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/teamviewer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/teamviewer/teamviewer-15.5.3.ebuild
X-VCS-Directories: net-misc/teamviewer/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 369f8766a0bbbf687367f5bcdb64c3d1ae19c145
X-VCS-Branch: master
Date: Wed, 25 Nov 2020 14:13:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4e853799-e81a-4802-b185-c437fb57f3bf
X-Archives-Hash: 44d23c552083695c14fcb0f7e12ea30c

commit:     369f8766a0bbbf687367f5bcdb64c3d1ae19c145
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 14:11:54 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 14:13:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369f8766

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 <AT> gentoo.org>

 net-misc/teamviewer/teamviewer-15.5.3.ebuild | 6 +++---
 1 file 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 3441acea1e6..d4da70a87a1 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
 }