Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sat, 01 May 2021 14:30:49
Message-Id: 1619878692.cfd737ac0cfb3aa48040773d1ae1d4214d478cc9.zlogene@gentoo
1 commit: cfd737ac0cfb3aa48040773d1ae1d4214d478cc9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 14:18:12 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 14:18:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd737ac
7
8 net-misc/tigervnc: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild | 7 +++----
14 net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
18 index 23c4836bddc..6b3e1e47660 100644
19 --- a/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
20 +++ b/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 -IUSE="dri3 +drm gnutls java libressl nls +opengl pam server xinerama +xorgmodule"
32 +IUSE="dri3 +drm gnutls java nls +opengl pam server xinerama +xorgmodule"
33
34 CDEPEND="
35 virtual/jpeg:0
36 @@ -41,8 +41,7 @@ CDEPEND="
37 >=x11-misc/xkeyboard-config-2.4.1-r3
38 xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
39 drm? ( x11-libs/libdrm )
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 )
44 xinerama? ( x11-libs/libXinerama )
45 "
46
47 diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
48 index ec0add27100..2fa2e3e93ea 100644
49 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
50 +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=6
57 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
61 -IUSE="dri3 +drm gnutls java libressl nls +opengl pam server xinerama +xorgmodule"
62 +IUSE="dri3 +drm gnutls java nls +opengl pam server xinerama +xorgmodule"
63
64 CDEPEND="
65 virtual/jpeg:0
66 @@ -41,8 +41,7 @@ CDEPEND="
67 >=x11-misc/xkeyboard-config-2.4.1-r3
68 xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
69 drm? ( x11-libs/libdrm )
70 - !libressl? ( dev-libs/openssl:0= )
71 - libressl? ( dev-libs/libressl:0= )
72 + dev-libs/openssl:0=
73 )
74 xinerama? ( x11-libs/libXinerama )
75 "