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 703FE138334 for ; Tue, 26 Feb 2019 20:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1896E0870; Tue, 26 Feb 2019 20:54:34 +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 93C21E0870 for ; Tue, 26 Feb 2019 20:54:34 +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 4894A335CF2 for ; Tue, 26 Feb 2019 20:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F226555C for ; Tue, 26 Feb 2019 20:54:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551214406.afb61c05f30410fe0e7891746bfa621cda567956.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/reswrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/reswrap/reswrap-4.0.0.ebuild X-VCS-Directories: dev-util/reswrap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: afb61c05f30410fe0e7891746bfa621cda567956 X-VCS-Branch: master Date: Tue, 26 Feb 2019 20:54:29 +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: 8df12094-b95d-4577-96da-603e030b0233 X-Archives-Hash: 2c971913353614b276a744741b89dc0f commit: afb61c05f30410fe0e7891746bfa621cda567956 Author: Roy Bamford gentoo org> AuthorDate: Mon Feb 25 21:12:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 26 20:53:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb61c05 dev-util/reswrap: added ~arm64 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/reswrap/reswrap-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild index 35ff5ad583a..162fda399fd 100644 --- a/dev-util/reswrap/reswrap-4.0.0.ebuild +++ b/dev-util/reswrap/reswrap-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -12,7 +12,7 @@ DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND=""