commit: cfd737ac0cfb3aa48040773d1ae1d4214d478cc9 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat May 1 14:18:12 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat May 1 14:18:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd737ac
net-misc/tigervnc: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild | 7 +++---- net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r2.ebuild index 23c4836bddc..6b3e1e47660 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 ) " diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index ec0add27100..2fa2e3e93ea 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.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=6 @@ -17,7 +17,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 ) "
