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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA0AF138334 for ; Thu, 20 Sep 2018 21:07:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D4FE08F0; Thu, 20 Sep 2018 21:07:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C81AFE08DD for ; Thu, 20 Sep 2018 21:07:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69838335CB7 for ; Thu, 20 Sep 2018 21:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BF93D3 for ; Thu, 20 Sep 2018 21:07:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1537477645.363fafbf8eb5bc69ef71eb666024272fd4bfe41e.monsieurp@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.2.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 363fafbf8eb5bc69ef71eb666024272fd4bfe41e X-VCS-Branch: master Date: Thu, 20 Sep 2018 21:07:33 +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-Archives-Salt: 7e4d0f0b-2b7d-4c67-aacf-e17cc2c40e8d X-Archives-Hash: 88cdfbf96cea3c4476c02fd82f61a4d2 commit: 363fafbf8eb5bc69ef71eb666024272fd4bfe41e Author: Patrice Clement gentoo org> AuthorDate: Thu Sep 20 20:33:35 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Sep 20 21:07:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363fafbf net-misc/redir: stable for amd64+x86. Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/redir/redir-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild index a7f76dc0741..617fdbb6999 100644 --- a/net-misc/redir/redir-3.2.ebuild +++ b/net-misc/redir/redir-3.2.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 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd" DOCS=( ChangeLog.md README.md transproxy.txt )