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 888A3138334 for ; Wed, 18 Dec 2019 19:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C958E0991; Wed, 18 Dec 2019 19:43:14 +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 B89E4E0991 for ; Wed, 18 Dec 2019 19:43:13 +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 5B4AE34D6A9 for ; Wed, 18 Dec 2019 19:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EEAA778 for ; Wed, 18 Dec 2019 19:43:10 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1576698045.ad7c30a60e4f53a6ddf9af4b819aec1d2b51f9d4.bkohler@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.3.7.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ad7c30a60e4f53a6ddf9af4b819aec1d2b51f9d4 X-VCS-Branch: master Date: Wed, 18 Dec 2019 19:43:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c442ea1-e72e-4e2b-ba35-8e1c1410300a X-Archives-Hash: 726a70d74529cbee0bad495bd55db9e5 commit: ad7c30a60e4f53a6ddf9af4b819aec1d2b51f9d4 Author: Ben Kohler gentoo org> AuthorDate: Wed Dec 18 17:00:44 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Dec 18 19:40:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7c30a6 net-misc/remmina: update freerdp dep, drop keywords Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/remmina-1.3.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/remmina/remmina-1.3.7.ebuild b/net-misc/remmina/remmina-1.3.7.ebuild index 78a79a44408..1e70cc9e35b 100644 --- a/net-misc/remmina/remmina-1.3.7.ebuild +++ b/net-misc/remmina/remmina-1.3.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz" LICENSE="GPL-2+-with-openssl-exception" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="ayatana crypt examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf" CDEPEND=" @@ -27,7 +27,7 @@ CDEPEND=" x11-libs/libxkbfile ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) - rdp? ( >=net-misc/freerdp-2.0.0_rc4 ) + rdp? ( >=net-misc/freerdp-2.0.0_rc4_p20190508 ) gnome-keyring? ( app-crypt/libsecret ) kwallet? ( kde-frameworks/kwallet ) !libressl? ( dev-libs/openssl:0= )