From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A1C81139083 for ; Tue, 19 Dec 2017 00:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B72DFE111A; Tue, 19 Dec 2017 00:20:18 +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 97607E111A for ; Tue, 19 Dec 2017 00:20:17 +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 8EAFB341657 for ; Tue, 19 Dec 2017 00:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F72AE8A for ; Tue, 19 Dec 2017 00:20:06 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1513642736.d2c60319e9c3114e1448bc0b462c28265d14b7d7.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-13.0.5693.ebuild X-VCS-Directories: net-misc/teamviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2c60319e9c3114e1448bc0b462c28265d14b7d7 X-VCS-Branch: master Date: Tue, 19 Dec 2017 00:20:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5102dca-7521-4f9d-b667-5ab82afe9540 X-Archives-Hash: 57eabea006c6d6775052b78cb9c1798d commit: d2c60319e9c3114e1448bc0b462c28265d14b7d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 23:33:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 00:18:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c60319 net-misc/teamviewer: Add parallel installation warning Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-misc/teamviewer/teamviewer-13.0.5693.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild b/net-misc/teamviewer/teamviewer-13.0.5693.ebuild index 01d79a30903..1e80034e399 100644 --- a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild +++ b/net-misc/teamviewer/teamviewer-13.0.5693.ebuild @@ -107,6 +107,9 @@ src_install() { pkg_postinst() { gnome2_icon_cache_update + elog "Please note that parallel installation of multiple versions of" + elog "TeamViewer is currently not supported at runtime. Bug #621818" + elog "" elog "Before using TeamViewer, you need to start its daemon:" elog "OpenRC:" elog "# /etc/init.d/teamviewerd${SLOT} start"