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 559851396D9 for ; Mon, 6 Nov 2017 14:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B4ECE0E36; Mon, 6 Nov 2017 14:18:19 +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 5B7EFE0E36 for ; Mon, 6 Nov 2017 14:18:18 +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 0DF473416D0 for ; Mon, 6 Nov 2017 14:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42C196FE for ; Mon, 6 Nov 2017 14:18:15 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1509977890.5fb9f45ee3cefb0e7eb248b6b6caaac84e6060d1.klausman@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_rc0.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 5fb9f45ee3cefb0e7eb248b6b6caaac84e6060d1 X-VCS-Branch: master Date: Mon, 6 Nov 2017 14:18:15 +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: f7735222-4a05-4ae1-baa4-fbe26c01288c X-Archives-Hash: 3a3cc142dfd238a2430e2576cd684099 commit: 5fb9f45ee3cefb0e7eb248b6b6caaac84e6060d1 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Nov 6 13:06:44 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Nov 6 14:18:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb9f45e net-misc/freerdp-2.0.0_rc0-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/635452 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild index 2e61b45ffa9..524d988f03e 100644 --- a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild +++ b/net-misc/freerdp/freerdp-2.0.0_rc0.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=""