From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29C99138208 for ; Sun, 1 May 2016 20:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C5F21C034; Sun, 1 May 2016 20:09:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D586122402B for ; Sun, 1 May 2016 20:09:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11A98340B6A for ; Sun, 1 May 2016 20:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3CA343 for ; Sun, 1 May 2016 20:09:14 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1462133345.366667e3ead8807f93bb398524c3c4bcf201f659.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.31.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 366667e3ead8807f93bb398524c3c4bcf201f659 X-VCS-Branch: master Date: Sun, 1 May 2016 20:09:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b85f622-939f-41fb-8d6e-d21767b9bb5d X-Archives-Hash: cfe4b35e78fe673430706c41e4299e5d commit: 366667e3ead8807f93bb398524c3c4bcf201f659 Author: Matthias Maier gentoo org> AuthorDate: Sun May 1 19:54:18 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun May 1 20:09:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366667e3 net-misc/spice-gtk: add libressl support, bug #580670 Package-Manager: portage-2.2.26 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 5 +++-- 1 file 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 1a34129..5ace07b 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