commit: 5ab87962084e1a81ff07516f53b0cbab685a4763 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 04:48:11 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 05:27:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab87962
net-misc/redir: Stabilize 3.3 x86, #933540 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/redir/redir-3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild index fdef86a0e2dd..c3bbb49971f4 100644 --- a/net-misc/redir/redir-3.3.ebuild +++ b/net-misc/redir/redir-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )
