From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39BA313829C for ; Mon, 6 Jun 2016 16:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E19AD14354; Mon, 6 Jun 2016 16:15:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B3321434B for ; Mon, 6 Jun 2016 16:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B9E8340BE8 for ; Mon, 6 Jun 2016 16:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25EDE209C for ; Mon, 6 Jun 2016 16:15:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1465229633.f10b4ecee6b21c513fddafb75cc01969075d0611.ago@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.2.0_rc3-r1.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f10b4ecee6b21c513fddafb75cc01969075d0611 X-VCS-Branch: master Date: Mon, 6 Jun 2016 16:15: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: abe49c9a-080c-4d01-8795-5ed166618ab8 X-Archives-Hash: 2f706e49808cbaa4f3d2bcc23c473c1d commit: f10b4ecee6b21c513fddafb75cc01969075d0611 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jun 6 16:13:53 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jun 6 16:13:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10b4ece net-misc/remmina: amd64 stable wrt bug #561068 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-misc/remmina/remmina-1.2.0_rc3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/remmina/remmina-1.2.0_rc3-r1.ebuild b/net-misc/remmina/remmina-1.2.0_rc3-r1.ebuild index 10ee95d..6a1d631 100644 --- a/net-misc/remmina/remmina-1.2.0_rc3-r1.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc3-r1.ebuild @@ -11,7 +11,7 @@ MY_PV="${MY_PV_MAIN}-${MY_PV_RC//rc/rcgit.}" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else inherit git-2 SRC_URI=""