diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 14:54:18 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 15:09:05 -0500 |
commit | 366667e3ead8807f93bb398524c3c4bcf201f659 (patch) | |
tree | 8e1f6eb492cedd23bc6fae5726be2485c3270bf9 /net-misc/spice-gtk | |
parent | net-misc/spice-gtk: version bump to 0.31 (diff) | |
download | gentoo-366667e3ead8807f93bb398524c3c4bcf201f659.tar.gz gentoo-366667e3ead8807f93bb398524c3c4bcf201f659.tar.bz2 gentoo-366667e3ead8807f93bb398524c3c4bcf201f659.zip |
net-misc/spice-gtk: add libressl support, bug #580670
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.31.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild index 1a34129ec701..5ace07be0fb2 100644 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild @@ -19,7 +19,7 @@ LICENSE="LGPL-2.1" SLOT="0" SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav" +IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav libressl" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -31,6 +31,8 @@ REQUIRED_USE=" # * use external pnp.ids as soon as that means not pulling in gnome-desktop RDEPEND=" ${PYTHON_DEPS} + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio[glib] ) gstreamer? ( media-libs/gstreamer:1.0 @@ -39,7 +41,6 @@ RDEPEND=" >=x11-libs/pixman-0.17.7 >=media-libs/celt-0.5.1.1:0.5.1 media-libs/opus - dev-libs/openssl:0= gtk3? ( x11-libs/gtk+:3[introspection?] ) x11-libs/gtk+:2[introspection?] >=dev-libs/glib-2.28:2 |