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 EC16515ACFB for ; Tue, 25 Apr 2023 19:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E20E09D6; Tue, 25 Apr 2023 19:49:24 +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 C89EFE099B for ; Tue, 25 Apr 2023 19:49:24 +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 E90D0340F21 for ; Tue, 25 Apr 2023 19:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58457A57 for ; Tue, 25 Apr 2023 19:49: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: <1682452130.1be19d25aeda76678dc8737a6d5c6f29293f4c0d.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-1.17.ebuild X-VCS-Directories: dev-util/seer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1be19d25aeda76678dc8737a6d5c6f29293f4c0d X-VCS-Branch: master Date: Tue, 25 Apr 2023 19:49: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: 83e15493-60ac-4189-8cb9-66096260cbc3 X-Archives-Hash: 689c72f37d0c48a156f8da14d3f23a8b commit: 1be19d25aeda76678dc8737a6d5c6f29293f4c0d Author: Sam James gentoo org> AuthorDate: Tue Apr 25 19:48:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 25 19:48:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be19d25 dev-util/seer: Keyword 1.17 arm64, #905052 Signed-off-by: Sam James gentoo.org> dev-util/seer/seer-1.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/seer/seer-1.17.ebuild b/dev-util/seer/seer-1.17.ebuild index 207362f81cdd..db6606d3c01e 100644 --- a/dev-util/seer/seer-1.17.ebuild +++ b/dev-util/seer/seer-1.17.ebuild @@ -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