diff options
author | David Seifert <soap@gentoo.org> | 2018-01-03 19:37:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-03 19:37:54 +0100 |
commit | bd6ecb94ded970394220a10194313ede6c2fc07f (patch) | |
tree | 382c5f2d5959ab120f1af19b4724c5dab2efe650 /net-misc | |
parent | net-misc/ssvnc: Remove old (diff) | |
download | gentoo-bd6ecb94ded970394220a10194313ede6c2fc07f.tar.gz gentoo-bd6ecb94ded970394220a10194313ede6c2fc07f.tar.bz2 gentoo-bd6ecb94ded970394220a10194313ede6c2fc07f.zip |
net-misc/ssvnc: [QA] Minor touchups
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild index d0524154cc1c..f31d0f32cd6f 100644 --- a/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild +++ b/net-misc/ssvnc/ssvnc-1.0.29-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,11 +15,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="java" RDEPEND="sys-libs/zlib - virtual/jpeg - dev-libs/openssl - dev-lang/tk + virtual/jpeg:0 + dev-libs/openssl:0= + dev-lang/tk:0 net-misc/stunnel - java? ( virtual/jre ) + java? ( virtual/jre:* ) x11-terms/xterm x11-libs/libICE x11-libs/libSM |