Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: x11-misc/x11vnc/
Date: Mon, 03 May 2021 00:07:20
Message-Id: 1620000373.12796b998b32408c55083e5f320944cb63f4eea7.quentin@gentoo
1 commit: 12796b998b32408c55083e5f320944cb63f4eea7
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Mon May 3 00:06:13 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 3 00:06:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=12796b99
7
8 x11-misc/x11vnc: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
17 index 2e798c0..9d0ae57 100644
18 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
19 +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="GPL-2+-with-openssl-exception"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
24 -IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
25 +IUSE="crypt fbcon ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
26
27 COMMON_DEPEND="
28 >=net-libs/libvncserver-0.9.8[ssl=]
29 @@ -20,10 +20,7 @@ COMMON_DEPEND="
30 x11-libs/libXcursor
31 x11-libs/libXext
32 >=x11-libs/libXtst-1.1.0
33 - ssl? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:= )
36 - )
37 + ssl? ( dev-libs/openssl:0= )
38 xcomposite? ( x11-libs/libXcomposite )
39 xdamage? ( x11-libs/libXdamage )
40 xfixes? ( x11-libs/libXfixes )