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 287D01382C5 for ; Mon, 15 Jun 2020 15:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A7EE0928; Mon, 15 Jun 2020 15:03:40 +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 90CBDE092A for ; Mon, 15 Jun 2020 15:03:39 +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 A712A34F0FF for ; Mon, 15 Jun 2020 15:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4A8299 for ; Mon, 15 Jun 2020 15:03:37 +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: <1592233352.b3a0ff5ffb6de81bdcb02a3d37002b8afec1bf28.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/cwm/cwm-6.6.ebuild X-VCS-Directories: x11-wm/cwm/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b3a0ff5ffb6de81bdcb02a3d37002b8afec1bf28 X-VCS-Branch: master Date: Mon, 15 Jun 2020 15:03:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21d6bc84-6597-4bbf-8924-e512bc2f84bf X-Archives-Hash: ad9fb49b1ea8692150330ca20b9fcc86 commit: b3a0ff5ffb6de81bdcb02a3d37002b8afec1bf28 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jun 15 15:02:32 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jun 15 15:02:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a0ff5f x11-wm/cwm: arm stable wrt bug #728128 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo gentoo.org> x11-wm/cwm/cwm-6.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/cwm/cwm-6.6.ebuild b/x11-wm/cwm/cwm-6.6.ebuild index 191c8e99c4c..13cfffc8670 100644 --- a/x11-wm/cwm/cwm-6.6.ebuild +++ b/x11-wm/cwm/cwm-6.6.ebuild @@ -12,10 +12,10 @@ HOMEPAGE="https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git" - KEYWORDS="amd64" + KEYWORDS="amd64 arm" else SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm ~arm64 ~x86" fi LICENSE="ISC"