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 14010158020 for ; Wed, 23 Nov 2022 23:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E572E09EF; Wed, 23 Nov 2022 23:46: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 05DF6E09EF for ; Wed, 23 Nov 2022 23:46:24 +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 2516F340BEF for ; Wed, 23 Nov 2022 23:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C76DD760 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: <1669247093.024e6cbae077bcc03122d0d966b07e37a2c32587.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: 024e6cbae077bcc03122d0d966b07e37a2c32587 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: 0904661f-e0d3-4f61-a8bf-f008c0ad87d7 X-Archives-Hash: 0ca5ff0e85f89f938eb50c4c72c0e631 commit: 024e6cbae077bcc03122d0d966b07e37a2c32587 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Nov 23 23:43:00 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Nov 23 23:44:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024e6cba net-irc/znc-palaver: amd64 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 a02f04fc7453..9d6f3110de8a 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 )"