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 70D8B139694 for ; Fri, 31 Mar 2017 09:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0C423400A; Fri, 31 Mar 2017 09:54:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CA53323400A for ; Fri, 31 Mar 2017 09:54:11 +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 C644A3415D2 for ; Fri, 31 Mar 2017 09:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB3771DC for ; Fri, 31 Mar 2017 09:54:09 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1490954012.c037495796500303fd13b3167877e17e7450a344.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/dwm/dwm-6.1-r1.ebuild x11-wm/dwm/dwm-6.1.ebuild X-VCS-Directories: x11-wm/dwm/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c037495796500303fd13b3167877e17e7450a344 X-VCS-Branch: master Date: Fri, 31 Mar 2017 09:54:09 +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: d3d36efa-a51d-4555-b4ab-e2890139292d X-Archives-Hash: 6a813b2266671de1be6f80989c1a0579 commit: c037495796500303fd13b3167877e17e7450a344 Author: Michael Weber gentoo org> AuthorDate: Fri Mar 31 09:53:32 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Mar 31 09:53:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0374957 x11-wm/dwm: add ~arm keyword (bug 570396). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64" x11-wm/dwm/dwm-6.1-r1.ebuild | 2 +- x11-wm/dwm/dwm-6.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild index a9bb8d84bca..2956b0033f8 100644 --- a/x11-wm/dwm/dwm-6.1-r1.ebuild +++ b/x11-wm/dwm/dwm-6.1-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="xinerama" RDEPEND=" diff --git a/x11-wm/dwm/dwm-6.1.ebuild b/x11-wm/dwm/dwm-6.1.ebuild index 5fee4e276f8..770b9ba66e2 100644 --- a/x11-wm/dwm/dwm-6.1.ebuild +++ b/x11-wm/dwm/dwm-6.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="xinerama" RDEPEND="