From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1524108-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E3FF15806E for <garchives@archives.gentoo.org>; Thu, 1 Jun 2023 05:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED8E3E0895; Thu, 1 Jun 2023 05:31:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D72D1E0895 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 05:31:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B962341235 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 05:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A92FA85 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 05:31:13 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1685597456.75fa8da22c3bd8a4fec7f9fb2960ff64cee1a450.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/elfkickers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/elfkickers/elfkickers-3.2.ebuild X-VCS-Directories: dev-util/elfkickers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75fa8da22c3bd8a4fec7f9fb2960ff64cee1a450 X-VCS-Branch: master Date: Thu, 1 Jun 2023 05:31:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49c693cc-23be-482d-87af-b1b36ecfb6b8 X-Archives-Hash: 505d4e3e7a8b20b4232b5a458cfa1f9c commit: 75fa8da22c3bd8a4fec7f9fb2960ff64cee1a450 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 1 05:30:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 1 05:30:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fa8da2 dev-util/elfkickers: Stabilize 3.2 arm, #907583 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/elfkickers/elfkickers-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/elfkickers/elfkickers-3.2.ebuild b/dev-util/elfkickers/elfkickers-3.2.ebuild index eabb5ab6febf..09bf80ae377f 100644 --- a/dev-util/elfkickers/elfkickers-3.2.ebuild +++ b/dev-util/elfkickers/elfkickers-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_PN} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~sparc ~x86" +KEYWORDS="~amd64 arm ~hppa ~mips ~sparc ~x86" IUSE="doc" DEPEND="app-misc/pax-utils"