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 BC4C413835A for ; Sat, 3 Oct 2020 09:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62BBE084A; Sat, 3 Oct 2020 09:13:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CAF72E084A for ; Sat, 3 Oct 2020 09:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8445F33BDBE for ; Sat, 3 Oct 2020 09:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0D0AEC for ; Sat, 3 Oct 2020 09:13:11 +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: <1601716005.7fe6b665628d0893edb8f6ee5dd9b287cb3f2929.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7fe6b665628d0893edb8f6ee5dd9b287cb3f2929 X-VCS-Branch: master Date: Sat, 3 Oct 2020 09:13:11 +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: 0699693f-3505-43cf-9bce-dcd0e7b2854f X-Archives-Hash: e0a4b28d606b4090d8e46cf1acd85eae commit: 7fe6b665628d0893edb8f6ee5dd9b287cb3f2929 Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 3 08:55:05 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 3 09:06:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe6b665 net-misc/tigervnc: Fix install failure. Closes: https://bugs.gentoo.org/745987 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ulrich Müller gentoo.org> net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild index c156213e877..90aaa196a7d 100644 --- a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild @@ -171,7 +171,7 @@ src_install() { else local f cd "${ED}" || die - for f in vncserver x0vncserver vncconfig; do + for f in x0vncserver vncconfig; do rm usr/bin/$f || die rm usr/share/man/man1/$f.1 || die done