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-libs/libvncserver/
Date: Sun, 02 May 2021 10:56:42
Message-Id: 1619952282.59f5a84ba6f52469ce6956a16e37d4d677ba8fb2.zlogene@gentoo
1 commit: 59f5a84ba6f52469ce6956a16e37d4d677ba8fb2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:44:42 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:44:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f5a84b
7
8 net-libs/libvncserver: 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-libs/libvncserver/libvncserver-0.9.13.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
17 index 319149c5bc1..b0e0993064f 100644
18 --- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
19 +++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -17,7 +17,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT"
27 # no sub slot wanted (yet), see #578958
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
30 -IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib"
31 +IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg lzo +png sasl ssl systemd +threads +zlib"
32 # https://bugs.gentoo.org/690202
33 # https://bugs.gentoo.org/435326
34 # https://bugs.gentoo.org/550916
35 @@ -32,8 +32,7 @@ DEPEND="
36 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= )
37 ssl? (
38 !gnutls? (
39 - !libressl? ( >=dev-libs/openssl-1.0.2:0= )
40 - libressl? ( >=dev-libs/libressl-2.7.0:0= )
41 + >=dev-libs/openssl-1.0.2:0=
42 )
43 gnutls? ( >=net-libs/gnutls-2.12.23-r6:0= )
44 )