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 8FEC615813A for ; Fri, 10 Jan 2025 09:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945AAE07DB; Fri, 10 Jan 2025 09:23:21 +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 7C8E4E07DB for ; Fri, 10 Jan 2025 09:23:21 +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 8BF68342FAD for ; Fri, 10 Jan 2025 09:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB89F1DEA for ; Fri, 10 Jan 2025 09:23:18 +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: <1736500995.244517034b4acf03a7897e92f3c03ead3ca065df.arthurzam@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.09.06.ebuild X-VCS-Directories: net-misc/passt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 244517034b4acf03a7897e92f3c03ead3ca065df X-VCS-Branch: master Date: Fri, 10 Jan 2025 09:23:18 +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: 3b1da167-e3fe-4155-b959-759d093f3219 X-Archives-Hash: 5b2ba5fc48d0fb52cd89e10ee1a5f164 commit: 244517034b4acf03a7897e92f3c03ead3ca065df Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 10 09:23:15 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 10 09:23:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24451703 net-misc/passt: Stabilize 2024.09.06 amd64, #947803 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/passt/passt-2024.09.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/passt/passt-2024.09.06.ebuild b/net-misc/passt/passt-2024.09.06.ebuild index b7e5b233c067..fbff0b525899 100644 --- a/net-misc/passt/passt-2024.09.06.ebuild +++ b/net-misc/passt/passt-2024.09.06.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://passt.top/passt/snapshot/passt-${MY_PV}.tar.xz -> ${PF}.tar.xz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64 arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="BSD GPL-2+"