Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sat, 03 Oct 2020 09:13:15
Message-Id: 1601716005.7fe6b665628d0893edb8f6ee5dd9b287cb3f2929.ulm@gentoo
1 commit: 7fe6b665628d0893edb8f6ee5dd9b287cb3f2929
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 08:55:05 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:06:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe6b665
7
8 net-misc/tigervnc: Fix install failure.
9
10 Closes: https://bugs.gentoo.org/745987
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
18 index c156213e877..90aaa196a7d 100644
19 --- a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
20 +++ b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
21 @@ -171,7 +171,7 @@ src_install() {
22 else
23 local f
24 cd "${ED}" || die
25 - for f in vncserver x0vncserver vncconfig; do
26 + for f in x0vncserver vncconfig; do
27 rm usr/bin/$f || die
28 rm usr/share/man/man1/$f.1 || die
29 done