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.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 3BB55158020 for ; Wed, 23 Nov 2022 23:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BE5BE0A02; Wed, 23 Nov 2022 23:46:25 +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 73C8DE0A02 for ; Wed, 23 Nov 2022 23:46:25 +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 8B7FD340BC1 for ; Wed, 23 Nov 2022 23:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3F1761 for ; Wed, 23 Nov 2022 23:46:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669247094.5f4c55d53e6e27989881457c74b083d8bab68807.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-palaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc-palaver/znc-palaver-1.2.2.ebuild X-VCS-Directories: net-irc/znc-palaver/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5f4c55d53e6e27989881457c74b083d8bab68807 X-VCS-Branch: master Date: Wed, 23 Nov 2022 23:46:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc369afe-a85e-45b5-92d0-db6a2d047f12 X-Archives-Hash: 4b51de6a0f9f54bf72b0ce71680f740d commit: 5f4c55d53e6e27989881457c74b083d8bab68807 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Nov 23 23:43:24 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Nov 23 23:44:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4c55d5 net-irc/znc-palaver: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> net-irc/znc-palaver/znc-palaver-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild b/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild index 9d6f3110de8a..fb325d4797bb 100644 --- a/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild +++ b/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cocodelabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"