summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuto Yoshida <otakuto.gentoo@gmail.com>2017-05-03 23:50:15 +0900
committerMichał Górny <mgorny@gentoo.org>2017-05-07 11:08:18 +0200
commit69bbdfc9b133a5b144d007289399d2db1008f672 (patch)
tree4e874ebd75e8ffaa10f977a8953fd50b7a402044 /net-misc
parentmedia-sound/milkytracker: Remove old (diff)
downloadgentoo-69bbdfc9b133a5b144d007289399d2db1008f672.tar.gz
gentoo-69bbdfc9b133a5b144d007289399d2db1008f672.tar.bz2
gentoo-69bbdfc9b133a5b144d007289399d2db1008f672.zip
net-misc/tigervnc: Always install vncpasswd, #609394
Closes: https://github.com/gentoo/gentoo/pull/4538 Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild (renamed from net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild
index 70f9de6670b0..40b8ab883d80 100644
--- a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild
@@ -184,7 +184,7 @@ src_install() {
else
local f
cd "${ED}" || die
- for f in vncserver vncpasswd x0vncserver vncconfig; do
+ for f in vncserver x0vncserver vncconfig; do
rm usr/bin/$f || die
rm usr/share/man/man1/$f.1 || die
done