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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7CB115812D for ; Sat, 04 Jan 2025 16:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA95E077F; Sat, 04 Jan 2025 16:17:25 +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 7FF38E077F for ; Sat, 04 Jan 2025 16:17:25 +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 9CA2F340813 for ; Sat, 04 Jan 2025 16:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E38D1996 for ; Sat, 04 Jan 2025 16:17:21 +0000 (UTC) From: "Sam James" 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" Message-ID: <1736007371.c34dfff5a75c5beab19e9cc3056431b90dc4ea1f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/seer/seer-2.4.ebuild X-VCS-Directories: dev-util/seer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c34dfff5a75c5beab19e9cc3056431b90dc4ea1f X-VCS-Branch: master Date: Sat, 04 Jan 2025 16:17:21 +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: 9fcbf3ff-67d1-450a-864d-0f15b72fda9a X-Archives-Hash: 108f3339bec31d362fea36b2fc026f22 commit: c34dfff5a75c5beab19e9cc3056431b90dc4ea1f Author: Sam James gentoo org> AuthorDate: Sat Jan 4 16:16:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 4 16:16:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34dfff5 dev-util/seer: Keyword 2.4 arm64, #947248 Signed-off-by: Sam James gentoo.org> dev-util/seer/seer-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/seer/seer-2.4.ebuild b/dev-util/seer/seer-2.4.ebuild index d600490eb0c2..d361c7e5b93c 100644 --- a/dev-util/seer/seer-2.4.ebuild +++ b/dev-util/seer/seer-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64" fi S="${WORKDIR}"/${P}/src