summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-01 17:18:12 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-01 17:18:12 +0300
commitcfd737ac0cfb3aa48040773d1ae1d4214d478cc9 (patch)
tree0a7b9059e262117d799d36656af02f25dd9d9487 /net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
parentnet-misc/rdesktop: remove libressl support (diff)
downloadgentoo-cfd737ac0cfb3aa48040773d1ae1d4214d478cc9.tar.gz
gentoo-cfd737ac0cfb3aa48040773d1ae1d4214d478cc9.tar.bz2
gentoo-cfd737ac0cfb3aa48040773d1ae1d4214d478cc9.zip
net-misc/tigervnc: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild')
-rw-r--r--net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
index 23c4836bddc6..6b3e1e476600 100644
--- a/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dri3 +drm gnutls java libressl nls +opengl pam server xinerama +xorgmodule"
+IUSE="dri3 +drm gnutls java nls +opengl pam server xinerama +xorgmodule"
CDEPEND="
virtual/jpeg:0
@@ -41,8 +41,7 @@ CDEPEND="
>=x11-misc/xkeyboard-config-2.4.1-r3
xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
drm? ( x11-libs/libdrm )
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
xinerama? ( x11-libs/libXinerama )
"