From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 498FC1382C5 for ; Fri, 13 Apr 2018 23:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC16BE0891; Fri, 13 Apr 2018 23:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88995E0891 for ; Fri, 13 Apr 2018 23:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C12DF335C8C for ; Fri, 13 Apr 2018 23:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C84C527C for ; Fri, 13 Apr 2018 23:49:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523663350.7ea0b87c1c7252ad028ca61c654ed55588a6a9b6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ea0b87c1c7252ad028ca61c654ed55588a6a9b6 X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:49:21 +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: 6e18797e-5222-47b9-925a-1966f37b6093 X-Archives-Hash: ca2a0f44ea1a2329f37e229b99bc4eb9 commit: 7ea0b87c1c7252ad028ca61c654ed55588a6a9b6 Author: Diogo Pereira gmail com> AuthorDate: Fri Apr 13 17:26:37 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 13 23:49:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea0b87c net-misc/remmina: libressl support Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild index a22b139b953..de9c84cd0f3 100644 --- a/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc29-r1.ebuild @@ -14,12 +14,11 @@ SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar LICENSE="GPL-2+-with-openssl-exception" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy vnc zeroconf" +IUSE="ayatana crypt rdp gnome-keyring libressl nls spice ssh telepathy vnc zeroconf" CDEPEND=" dev-libs/glib:2 dev-libs/json-glib - dev-libs/openssl:0 x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 @@ -28,6 +27,8 @@ CDEPEND=" crypt? ( dev-libs/libgcrypt:0= ) rdp? ( >=net-misc/freerdp-2.0.0_rc0 ) gnome-keyring? ( app-crypt/libsecret ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) spice? ( net-misc/spice-gtk[gtk3] ) ssh? ( net-libs/libssh[sftp] x11-libs/vte:2.91 )