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 1587415807B for ; Thu, 24 Oct 2024 14:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C860E096C; Thu, 24 Oct 2024 14:42:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EB13EE096C for ; Thu, 24 Oct 2024 14:42: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32857342FB1 for ; Thu, 24 Oct 2024 14:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9457A11DF for ; Thu, 24 Oct 2024 14:42:46 +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: <1729780945.53d827f645bb2c187c1f85f00232b5af68913229.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/redir/redir-3.3-r1.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53d827f645bb2c187c1f85f00232b5af68913229 X-VCS-Branch: master Date: Thu, 24 Oct 2024 14:42:46 +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: eb5c5c6e-681a-4563-a596-c2020b3d9c0b X-Archives-Hash: b90bd26d0f1363902a6b853ed6f51ccb commit: 53d827f645bb2c187c1f85f00232b5af68913229 Author: Sam James gentoo org> AuthorDate: Thu Oct 24 14:42:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 24 14:42:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d827f6 net-misc/redir: Stabilize 3.3-r1 x86, #942071 Signed-off-by: Sam James gentoo.org> net-misc/redir/redir-3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/redir/redir-3.3-r1.ebuild b/net-misc/redir/redir-3.3-r1.ebuild index e85d6c8ec4d1..125549b5c466 100644 --- a/net-misc/redir/redir-3.3-r1.ebuild +++ b/net-misc/redir/redir-3.3-r1.ebuild @@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86" DOCS=( ChangeLog.md README.md transproxy.txt )