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 A19B91396D0 for ; Mon, 25 Sep 2017 14:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F233E0F71; Mon, 25 Sep 2017 14:10: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 E1567E0F71 for ; Mon, 25 Sep 2017 14:10:41 +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 949FC33C1EB for ; Mon, 25 Sep 2017 14:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D4AA908F for ; Mon, 25 Sep 2017 14:10:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1506348633.d1889de66897b301453199477889b32dc5d2bd7a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-cola/git-cola-2.11.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d1889de66897b301453199477889b32dc5d2bd7a X-VCS-Branch: master Date: Mon, 25 Sep 2017 14:10:38 +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: 760b53ae-8629-40cb-9d35-ba709659b7d6 X-Archives-Hash: 67964c270a76a9a303659d95796b5ead commit: d1889de66897b301453199477889b32dc5d2bd7a Author: Pacho Ramos gentoo org> AuthorDate: Mon Sep 25 14:10:15 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Sep 25 14:10:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1889de6 dev-vcs/git-cola: amd64/x86 stable, bug #625078 Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-vcs/git-cola/git-cola-2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-cola/git-cola-2.11.ebuild b/dev-vcs/git-cola/git-cola-2.11.ebuild index 149e64908a5..78f74ae2c03 100644 --- a/dev-vcs/git-cola/git-cola-2.11.ebuild +++ b/dev-vcs/git-cola/git-cola-2.11.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" # Since PyQt5 is preferred at runtime if installed, depend on that