diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 18:45:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 18:46:29 +0300 |
commit | e71ccb7df5825d00f60ed47bf03b31ce61b971b5 (patch) | |
tree | 38228777e0f13b8ea93dc7c0cd4f783e85298a74 /net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild | |
parent | sys-devel/binutils-config: amd64 stable wrt bug #785391 (diff) | |
download | gentoo-e71ccb7df5825d00f60ed47bf03b31ce61b971b5.tar.gz gentoo-e71ccb7df5825d00f60ed47bf03b31ce61b971b5.tar.bz2 gentoo-e71ccb7df5825d00f60ed47bf03b31ce61b971b5.zip |
net-misc/spice-gtk: 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/spice-gtk/spice-gtk-0.37-r2.ebuild')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 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 8b92c78b052e..956edea67858 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 ) |