commit:     e71ccb7df5825d00f60ed47bf03b31ce61b971b5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 15:45:40 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 15:46:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71ccb7d

net-misc/spice-gtk: remove libressl support

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

 net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild | 5 ++---
 net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild | 5 ++---
 net-misc/spice-gtk/spice-gtk-0.38.ebuild    | 5 ++---
 net-misc/spice-gtk/spice-gtk-0.39.ebuild    | 5 ++---
 net-misc/spice-gtk/spice-gtk-9999.ebuild    | 5 ++---
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
index 8b92c78b052..956edea6785 100644
--- a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.bz2";
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard 
static-libs usbredir vala webdav libressl"
+IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard 
static-libs usbredir vala webdav"
 
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
@@ -34,8 +34,7 @@ RDEPEND="
        >=x11-libs/pixman-0.17.7
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        introspection? ( dev-libs/gobject-introspection )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4 )
        pulseaudio? ( media-sound/pulseaudio[glib] )
        sasl? ( dev-libs/cyrus-sasl )

diff --git a/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
index e2a11534e5c..bd3d5a8b49a 100644
--- a/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz";
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl 
smartcard usbredir vala webdav"
+IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard 
usbredir vala webdav"
 
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
@@ -35,8 +35,7 @@ RDEPEND="
        >=x11-libs/pixman-0.17.7
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        introspection? ( dev-libs/gobject-introspection )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4 )
        pulseaudio? (
                media-plugins/gst-plugins-pulse:1.0

diff --git a/net-misc/spice-gtk/spice-gtk-0.38.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.38.ebuild
index ea531cd612c..0f0161da06c 100644
--- a/net-misc/spice-gtk/spice-gtk-0.38.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.38.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz";
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl 
smartcard usbredir vala webdav"
+IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard 
usbredir vala webdav"
 
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
@@ -33,8 +33,7 @@ RDEPEND="
        >=x11-libs/pixman-0.17.7
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        introspection? ( dev-libs/gobject-introspection )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4 )
        pulseaudio? (
                media-plugins/gst-plugins-pulse:1.0

diff --git a/net-misc/spice-gtk/spice-gtk-0.39.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.39.ebuild
index a4abdb1a7e2..99eeb178546 100644
--- a/net-misc/spice-gtk/spice-gtk-0.39.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.39.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz";
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit sasl smartcard 
usbredir vala wayland webdav"
+IUSE="+gtk3 +introspection lz4 mjpeg policykit sasl smartcard usbredir vala 
wayland webdav"
 
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
@@ -35,8 +35,7 @@ RDEPEND="
        >=x11-libs/pixman-0.17.7
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        introspection? ( dev-libs/gobject-introspection )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4 )
        sasl? ( dev-libs/cyrus-sasl )
        smartcard? ( app-emulation/qemu[smartcard] )

diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild 
b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index a231b185d2c..eee8da577d1 100644
--- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git";
 KEYWORDS=""
-IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl 
smartcard usbredir vala webdav"
+IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard 
usbredir vala webdav"
 
 # TODO:
 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
@@ -35,8 +35,7 @@ RDEPEND="
        >=x11-libs/pixman-0.17.7
        gtk3? ( x11-libs/gtk+:3[introspection?] )
        introspection? ( dev-libs/gobject-introspection )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lz4? ( app-arch/lz4 )
        pulseaudio? (
                media-plugins/gst-plugins-pulse:1.0

Reply via email to