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 1947C138334 for ; Sun, 3 Feb 2019 14:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BA5E0995; Sun, 3 Feb 2019 14:53:36 +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 24208E0995 for ; Sun, 3 Feb 2019 14:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CB729335D9C for ; Sun, 3 Feb 2019 14:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46EB252F for ; Sun, 3 Feb 2019 14:53:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549205580.6fe00f797122c77843d98e4d093ee7ab008cf155.asturm@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.2.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6fe00f797122c77843d98e4d093ee7ab008cf155 X-VCS-Branch: master Date: Sun, 3 Feb 2019 14:53:33 +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: 3b534275-b75c-4473-9633-08a062437f08 X-Archives-Hash: ca14061ce3cfef040f1f31bd2bcf034c commit: 6fe00f797122c77843d98e4d093ee7ab008cf155 Author: Diogo Pereira gmail com> AuthorDate: Sun Feb 3 14:31:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 14:53:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe00f79 net-misc/remmina: depend on freerdp>=2.0.0_rc4 Closes: https://bugs.gentoo.org/677168 Reported-by: Kamil Smardzewski gmail.com> Signed-off-by: Diogo Pereira gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/remmina/remmina-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/remmina/remmina-1.3.2.ebuild b/net-misc/remmina/remmina-1.3.2.ebuild index 2bab3b74966..834591991fa 100644 --- a/net-misc/remmina/remmina-1.3.2.ebuild +++ b/net-misc/remmina/remmina-1.3.2.ebuild @@ -26,7 +26,7 @@ CDEPEND=" x11-libs/libxkbfile ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) - rdp? ( >=net-misc/freerdp-2.0.0_rc2 ) + rdp? ( >=net-misc/freerdp-2.0.0_rc4 ) gnome-keyring? ( app-crypt/libsecret ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )