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.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 D5AE3158451 for ; Sun, 14 Jan 2024 17:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC1FBE29E1; Sun, 14 Jan 2024 17:54:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 91566E29E1 for ; Sun, 14 Jan 2024 17:54:48 +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 991B0343246 for ; Sun, 14 Jan 2024 17:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D256314C3 for ; Sun, 14 Jan 2024 17:54:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1705254806.c3f3474841ef0dbfa843571f4018a6da45cde340.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ert-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ert-runner/ert-runner-0.8.0.ebuild X-VCS-Directories: app-emacs/ert-runner/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c3f3474841ef0dbfa843571f4018a6da45cde340 X-VCS-Branch: master Date: Sun, 14 Jan 2024 17:54:44 +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: e224ed9a-12f5-47f9-ab8e-10838cf86f56 X-Archives-Hash: 09aeae8e2e13900ecd47ac8915da5931 commit: c3f3474841ef0dbfa843571f4018a6da45cde340 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jan 14 17:53:26 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jan 14 17:53:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f34748 app-emacs/ert-runner: Keyword 0.8.0 arm64, #922064 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/ert-runner/ert-runner-0.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild b/app-emacs/ert-runner/ert-runner-0.8.0.ebuild index 1da433778011..13d887bf9b32 100644 --- a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild +++ b/app-emacs/ert-runner/ert-runner-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}.el-${PV} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RESTRICT="test" # Tests fail (even with Cask installed) RDEPEND="