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 C25CE15802E for ; Sun, 30 Jun 2024 05:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAB5E2A8C; Sun, 30 Jun 2024 05:23:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C97CE2A8A for ; Sun, 30 Jun 2024 05:23:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E6A0340BEA for ; Sun, 30 Jun 2024 05:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3A8A1D8B for ; Sun, 30 Jun 2024 05:23:30 +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: <1719724989.e9a2f449912a11960216664f4257ab54a953d879.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/passt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/passt/passt-2024.05.10.ebuild X-VCS-Directories: net-misc/passt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9a2f449912a11960216664f4257ab54a953d879 X-VCS-Branch: master Date: Sun, 30 Jun 2024 05:23:30 +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: 0cebd90a-c88b-4bad-a365-7d8bf9b10b6f X-Archives-Hash: c2399705154f5edc85a9f644f3a00ea6 commit: e9a2f449912a11960216664f4257ab54a953d879 Author: Sam James gentoo org> AuthorDate: Sun Jun 30 05:23:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 30 05:23:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a2f449 net-misc/passt: Stabilize 2024.05.10 arm64, #935050 Signed-off-by: Sam James gentoo.org> net-misc/passt/passt-2024.05.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/passt/passt-2024.05.10.ebuild b/net-misc/passt/passt-2024.05.10.ebuild index c16d04129e01..ce44d6abe4eb 100644 --- a/net-misc/passt/passt-2024.05.10.ebuild +++ b/net-misc/passt/passt-2024.05.10.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" - KEYWORDS="amd64 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="BSD GPL-2+"