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 BA24B138334 for ; Sat, 30 Jun 2018 09:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD62E0950; Sat, 30 Jun 2018 09:39:50 +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 29C1BE0950 for ; Sat, 30 Jun 2018 09:39:50 +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 D786A335C8A for ; Sat, 30 Jun 2018 09:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF67355 for ; Sat, 30 Jun 2018 09:39:46 +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: <1530351388.57ba087be014ac31c29d7ff12239be7d9ba84242.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-2.2.1-r1.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 57ba087be014ac31c29d7ff12239be7d9ba84242 X-VCS-Branch: master Date: Sat, 30 Jun 2018 09:39: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-Archives-Salt: 16880eae-b939-4a90-95ee-bbe91f56ca6a X-Archives-Hash: 174a029fed7507a1ab59ee38090da7de commit: 57ba087be014ac31c29d7ff12239be7d9ba84242 Author: Patrice Clement gentoo org> AuthorDate: Sat Jun 30 09:36:28 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 30 09:36:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ba087b net-misc/redir: stable for amd64+x86. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-misc/redir/redir-2.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild index 104aafdcf4c..b4745fcb3c5 100644 --- a/net-misc/redir/redir-2.2.1-r1.ebuild +++ b/net-misc/redir/redir-2.2.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86" PATCHES=( "${FILESDIR}/${P}-include.patch" ) DOCS=( CHANGES README transproxy.txt )