commit:     1242a6e6487740ab145891bec98e066f7e6a23c0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 19:03:46 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 19:04:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1242a6e6

app-emulation/spice: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-emulation/spice/spice-0.14.3-r1.ebuild | 5 ++---
 app-emulation/spice/spice-0.14.3.ebuild    | 7 +++----
 app-emulation/spice/spice-9999.ebuild      | 5 ++---
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/app-emulation/spice/spice-0.14.3-r1.ebuild 
b/app-emulation/spice/spice-0.14.3-r1.ebuild
index 3b1c4cfb9ca..8310f48f147 100644
--- a/app-emulation/spice/spice-0.14.3-r1.ebuild
+++ b/app-emulation/spice/spice-0.14.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer test"
+IUSE="lz4 sasl smartcard static-libs gstreamer test"
 
 RESTRICT="!test? ( test )"
 
@@ -25,8 +25,7 @@ RDEPEND="
        sys-libs/zlib[static-libs(+)?]
        virtual/jpeg:0=[static-libs(+)?]
        >=x11-libs/pixman-0.17.7[static-libs(+)?]
-       !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
-       libressl? ( dev-libs/libressl:0=[static-libs(+)?] )
+       dev-libs/openssl:0=[static-libs(+)?]
        lz4? ( app-arch/lz4:0=[static-libs(+)?] )
        smartcard? ( >=app-emulation/libcacard-0.1.2 )
        sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )

diff --git a/app-emulation/spice/spice-0.14.3.ebuild 
b/app-emulation/spice/spice-0.14.3.ebuild
index 95c2c45cdec..2e239e2ac44 100644
--- a/app-emulation/spice/spice-0.14.3.ebuild
+++ b/app-emulation/spice/spice-0.14.3.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
+IUSE="lz4 sasl smartcard static-libs gstreamer"
 
 # the libspice-server only uses the headers of libcacard
 RDEPEND="
@@ -23,8 +23,7 @@ RDEPEND="
        sys-libs/zlib[static-libs(+)?]
        virtual/jpeg:0=[static-libs(+)?]
        >=x11-libs/pixman-0.17.7[static-libs(+)?]
-       !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
-       libressl? ( dev-libs/libressl:0=[static-libs(+)?] )
+       dev-libs/openssl:0=[static-libs(+)?]
        lz4? ( app-arch/lz4:0=[static-libs(+)?] )
        smartcard? ( >=app-emulation/libcacard-0.1.2 )
        sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )

diff --git a/app-emulation/spice/spice-9999.ebuild 
b/app-emulation/spice/spice-9999.ebuild
index 44eb9c360ee..280a7ddc1f9 100644
--- a/app-emulation/spice/spice-9999.ebuild
+++ b/app-emulation/spice/spice-9999.ebuild
@@ -14,7 +14,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice.git";
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="gstreamer libressl lz4 opus sasl smartcard static-libs test"
+IUSE="gstreamer lz4 opus sasl smartcard static-libs test"
 
 RESTRICT="!test? ( test )"
 
@@ -25,8 +25,7 @@ RDEPEND="
        sys-libs/zlib
        virtual/jpeg:0=
        >=x11-libs/pixman-0.17.7
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4:0= )
        opus? ( media-libs/opus )
        smartcard? ( >=app-emulation/libcacard-0.1.2 )

Reply via email to