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 57DFA15817D for ; Wed, 5 Jun 2024 05:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 519F6E2BE6; Wed, 5 Jun 2024 05:27:43 +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 36E50E2BE6 for ; Wed, 5 Jun 2024 05:27:43 +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 43D4B341214 for ; Wed, 5 Jun 2024 05:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4AC1C74 for ; Wed, 5 Jun 2024 05:27:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1717565258.a7f31f8b48c4c756914f06d97edf2da5b20298b9.juippis@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.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a7f31f8b48c4c756914f06d97edf2da5b20298b9 X-VCS-Branch: master Date: Wed, 5 Jun 2024 05:27:40 +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: e3e222cf-2e39-468f-a81b-443dd9379bc4 X-Archives-Hash: 97b272607bcb5e7f8516164d31fcc6e6 commit: a7f31f8b48c4c756914f06d97edf2da5b20298b9 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 5 05:27:04 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 5 05:27:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f31f8b net-misc/redir: Stabilize 3.3 amd64, #933540 Signed-off-by: Joonas Niilola gentoo.org> net-misc/redir/redir-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild index c3bbb49971f4..26a860e1ab9f 100644 --- a/net-misc/redir/redir-3.3.ebuild +++ b/net-misc/redir/redir-3.3.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 )