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 A3A551396D9 for ; Sun, 29 Oct 2017 17:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1639AE0E4F; Sun, 29 Oct 2017 17:38:39 +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 EA6F1E0E4F for ; Sun, 29 Oct 2017 17:38:38 +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 16B8A341673 for ; Sun, 29 Oct 2017 17:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9349E82C for ; Sun, 29 Oct 2017 17:38:36 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1509298712.bfb17a200cfa01f1ac5e897f213eb19c7975b902.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bfb17a200cfa01f1ac5e897f213eb19c7975b902 X-VCS-Branch: master Date: Sun, 29 Oct 2017 17:38:36 +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: 226a0ed6-917d-4919-ab4d-80017f4904bc X-Archives-Hash: 24253f5b15769e1465642a73b949f8a9 commit: bfb17a200cfa01f1ac5e897f213eb19c7975b902 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 29 17:37:00 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 29 17:38:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb17a20 net-misc/freerdp: stable 2.0.0_rc0 for ppc/ppc64, bug #635452 Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc ppc64" 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 7d33504d37c..c6160c6b04c 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=""