Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Sun, 01 May 2016 20:09:24
Message-Id: 1462133345.366667e3ead8807f93bb398524c3c4bcf201f659.tamiko@gentoo
1 commit: 366667e3ead8807f93bb398524c3c4bcf201f659
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 19:54:18 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 20:09:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366667e3
7
8 net-misc/spice-gtk: add libressl support, bug #580670
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
16 index 1a34129..5ace07b 100644
17 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild
18 +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="LGPL-2.1"
20 SLOT="0"
21 SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2"
22 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
23 -IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav"
24 +IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav libressl"
25
26 REQUIRED_USE="
27 ${PYTHON_REQUIRED_USE}
28 @@ -31,6 +31,8 @@ REQUIRED_USE="
29 # * use external pnp.ids as soon as that means not pulling in gnome-desktop
30 RDEPEND="
31 ${PYTHON_DEPS}
32 + !libressl? ( dev-libs/openssl:0= )
33 + libressl? ( dev-libs/libressl:0= )
34 pulseaudio? ( media-sound/pulseaudio[glib] )
35 gstreamer? (
36 media-libs/gstreamer:1.0
37 @@ -39,7 +41,6 @@ RDEPEND="
38 >=x11-libs/pixman-0.17.7
39 >=media-libs/celt-0.5.1.1:0.5.1
40 media-libs/opus
41 - dev-libs/openssl:0=
42 gtk3? ( x11-libs/gtk+:3[introspection?] )
43 x11-libs/gtk+:2[introspection?]
44 >=dev-libs/glib-2.28:2