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 E7C891382C5 for ; Mon, 14 Dec 2020 07:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E03E08BD; Mon, 14 Dec 2020 07:47:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B521E08BD for ; Mon, 14 Dec 2020 07:47:48 +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 AF404340FF3 for ; Mon, 14 Dec 2020 07:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67FCB53 for ; Mon, 14 Dec 2020 07:47:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1607932060.b338087696e80f25b11d0a596e8216a3fe0aa158.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/zoom/zoom-5.4.56259.1207-r2.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b338087696e80f25b11d0a596e8216a3fe0aa158 X-VCS-Branch: master Date: Mon, 14 Dec 2020 07:47:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93199488-3f95-43e7-90c8-37a43d08b9ce X-Archives-Hash: 11f1941f53e4f56b304aa55949c3688c commit: b338087696e80f25b11d0a596e8216a3fe0aa158 Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 14 07:47:13 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 14 07:47:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3380876 net-im/zoom: Add reference to bug 715106 to ewarn message. Bug: https://bugs.gentoo.org/715106#c55 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> net-im/zoom/zoom-5.4.56259.1207-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild b/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild index 6150b881093..73b7d52fa30 100644 --- a/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild +++ b/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild @@ -136,6 +136,7 @@ pkg_postinst() { ewarn "QA notice about insecure RPATHs in the libturbojpeg.so library" ewarn "bundled with the upstream package. Please report this problem" ewarn "directly to Zoom upstream. Do *not* file a Gentoo bug for it." + ewarn "See https://bugs.gentoo.org/715106 for further details." fi }