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 63871138331 for ; Fri, 2 Sep 2016 16:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 301C621C093; Fri, 2 Sep 2016 16:58:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A019221C095 for ; Fri, 2 Sep 2016 16:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93B0B340A35 for ; Fri, 2 Sep 2016 16:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6DB2474 for ; Fri, 2 Sep 2016 16:58:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472835491.8ea8f063790568cd4d87c794a5d386668daf4aeb.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild X-VCS-Directories: games-puzzle/gnome-sudoku/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8ea8f063790568cd4d87c794a5d386668daf4aeb X-VCS-Branch: master Date: Fri, 2 Sep 2016 16:58:33 +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: 61b6852f-3467-4fa6-b0ab-de4c28720b32 X-Archives-Hash: 408bcb7e5c341e42a62832f5af2a0133 commit: 8ea8f063790568cd4d87c794a5d386668daf4aeb Author: Roy Bamford gentoo org> AuthorDate: Thu Sep 1 16:39:27 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Sep 2 16:58:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea8f063 games-puzzle/gnome-sudoku: keyword for ~arm64. Tested on cortex-a53. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2184 Signed-off-by: Patrice Clement gentoo.org> games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild index f2c1c9a..2c477fe 100644 --- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild +++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" # fixed vala & gtk+ from gnome-3.16 branch