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 26049138334 for ; Fri, 27 Dec 2019 21:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60689E08BF; Fri, 27 Dec 2019 21:51:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 416FEE08BF for ; Fri, 27 Dec 2019 21:51:31 +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 1355A34DC22 for ; Fri, 27 Dec 2019 21:51:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F723D for ; Fri, 27 Dec 2019 21:51:28 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1577483472.51817fbc7d5dbccf929e472d1651811f4e19a1a9.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/dMagnetic/dMagnetic-0.19.ebuild X-VCS-Directories: games-engines/dMagnetic/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 51817fbc7d5dbccf929e472d1651811f4e19a1a9 X-VCS-Branch: master Date: Fri, 27 Dec 2019 21:51:28 +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: d6121d19-f2ed-4833-9b9e-1f789a781579 X-Archives-Hash: 0f97e4984b8837dd35d69a997dcc5f09 commit: 51817fbc7d5dbccf929e472d1651811f4e19a1a9 Author: James Le Cuirot gentoo org> AuthorDate: Fri Dec 27 21:50:18 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Dec 27 21:51:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51817fbc games-engines/dMagnetic: Add ~arm, ~m68k, ~x86 keywords Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> games-engines/dMagnetic/dMagnetic-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/dMagnetic/dMagnetic-0.19.ebuild b/games-engines/dMagnetic/dMagnetic-0.19.ebuild index 89782a27b24..3459a438bbd 100644 --- a/games-engines/dMagnetic/dMagnetic-0.19.ebuild +++ b/games-engines/dMagnetic/dMagnetic-0.19.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.dettus.net/dMagnetic/" SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~m68k ~x86" S="${WORKDIR}/${MY_P}"