diff options
author | 2024-06-05 07:48:11 +0300 | |
---|---|---|
committer | 2024-06-05 08:27:38 +0300 | |
commit | 5ab87962084e1a81ff07516f53b0cbab685a4763 (patch) | |
tree | d465fb5af4a7b51aa85dfb30b6313c2bd9831435 /net-misc/redir | |
parent | app-admin/emacs-updater: Stabilize 1.18 ALLARCHES, #933547 (diff) | |
download | gentoo-5ab87962084e1a81ff07516f53b0cbab685a4763.tar.gz gentoo-5ab87962084e1a81ff07516f53b0cbab685a4763.tar.bz2 gentoo-5ab87962084e1a81ff07516f53b0cbab685a4763.zip |
net-misc/redir: Stabilize 3.3 x86, #933540
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/redir')
-rw-r--r-- | net-misc/redir/redir-3.3.ebuild | 4 |
1 files 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 ) |