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 5FD641382C5 for ; Tue, 24 Apr 2018 16:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72631E0821; Tue, 24 Apr 2018 16:24:42 +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 522ABE0821 for ; Tue, 24 Apr 2018 16:24:42 +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 2366A335C0A for ; Tue, 24 Apr 2018 16:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1218F288 for ; Tue, 24 Apr 2018 16:24:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524587075.ebc7672ede3ca06a63f39ee98381d2fae94b30e0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ebc7672ede3ca06a63f39ee98381d2fae94b30e0 X-VCS-Branch: master Date: Tue, 24 Apr 2018 16:24:39 +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: c2fc0530-ccbb-491f-b9d3-4405777fedb5 X-Archives-Hash: fb3db4f5f4437e84020b3dc6552859bf commit: ebc7672ede3ca06a63f39ee98381d2fae94b30e0 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 24 16:24:35 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 24 16:24:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc7672e net-misc/freerdp: arm stable wrt bug #650528 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild index abeb6cfe60c..a84d3524129 100644 --- a/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild +++ b/net-misc/freerdp/freerdp-2.0.0_rc1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then MY_P="FreeRDP-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="alpha amd64 arm ~ppc ~ppc64 x86" else inherit git-r3 SRC_URI=""