From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1356578-garchives=archives.gentoo.org@lists.gentoo.org>
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 30A25158088
	for <garchives@archives.gentoo.org>; Sun,  9 Jan 2022 20:08:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B3152BC044;
	Sun,  9 Jan 2022 20:08:24 +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 C4A222BC044
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 20:08:23 +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 BE856342DFF
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 20:08:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AEA6E295
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 20:08:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1641758879.4949c67bab08f31a88839a104177aa8b13cb2049.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild
X-VCS-Directories: www-misc/fcgiwrap/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 4949c67bab08f31a88839a104177aa8b13cb2049
X-VCS-Branch: master
Date: Sun,  9 Jan 2022 20:08:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dfc6d696-2348-4e27-8c74-cc267731afe4
X-Archives-Hash: f25bbc4cb065facc091565796712ddc9

commit:     4949c67bab08f31a88839a104177aa8b13cb2049
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 20:07:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 20:07:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4949c67b

www-misc/fcgiwrap: Stabilize 1.1.0-r2 x86, #827697

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild
index 5280d34fc373..03927c47200f 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/gnosek/fcgiwrap"
 SRC_URI="https://github.com/gnosek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 SLOT="0"
 IUSE="systemd"