Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sun, 07 May 2017 09:08:24
Message-Id: 1494148098.69bbdfc9b133a5b144d007289399d2db1008f672.mgorny@gentoo
1 commit: 69bbdfc9b133a5b144d007289399d2db1008f672
2 Author: Takuto Yoshida <otakuto.gentoo <AT> gmail <DOT> com>
3 AuthorDate: Wed May 3 14:50:15 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 09:08:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bbdfc9
7
8 net-misc/tigervnc: Always install vncpasswd, #609394
9
10 Closes: https://github.com/gentoo/gentoo/pull/4538
11 Package-Manager: Portage-2.3.3, Repoman-2.3.2
12
13 .../tigervnc/{tigervnc-1.7.1-r3.ebuild => tigervnc-1.7.1-r4.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild
17 similarity index 98%
18 rename from net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild
19 rename to net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild
20 index 70f9de6670b..40b8ab883d8 100644
21 --- a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild
22 +++ b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild
23 @@ -184,7 +184,7 @@ src_install() {
24 else
25 local f
26 cd "${ED}" || die
27 - for f in vncserver vncpasswd x0vncserver vncconfig; do
28 + for f in vncserver x0vncserver vncconfig; do
29 rm usr/bin/$f || die
30 rm usr/share/man/man1/$f.1 || die
31 done