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 283B51382C5 for ; Wed, 2 May 2018 04:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376BAE090A; Wed, 2 May 2018 04:32:05 +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 114F9E090A for ; Wed, 2 May 2018 04:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AF628335C7E for ; Wed, 2 May 2018 04:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6E9296 for ; Wed, 2 May 2018 04:32:00 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1525235502.ea3f42b82a7482cae3ddace3e3413eac11ec941b.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shadowman/shadowman-2.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ea3f42b82a7482cae3ddace3e3413eac11ec941b X-VCS-Branch: master Date: Wed, 2 May 2018 04:32:00 +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: e2f10df9-3d96-4b75-bab2-5ea8d3043fad X-Archives-Hash: a0ab24850560b42713ae29af1cd4fa42 commit: ea3f42b82a7482cae3ddace3e3413eac11ec941b Author: Markus Meier gentoo org> AuthorDate: Wed May 2 04:31:42 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed May 2 04:31:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f42b8 dev-util/shadowman: arm stable, bug #646652 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 0844c6e5633..769ee63cec5 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"