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 7016B158041 for ; Sun, 17 Mar 2024 13:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D741E29B0; Sun, 17 Mar 2024 13:21:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 694C3E29B0 for ; Sun, 17 Mar 2024 13:21:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F7D433D9AD for ; Sun, 17 Mar 2024 13:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0918414E1 for ; Sun, 17 Mar 2024 13:21:08 +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: <1710681660.5148ed2fe6e7bad186f876e2003dd09d79596802.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: 5148ed2fe6e7bad186f876e2003dd09d79596802 X-VCS-Branch: master Date: Sun, 17 Mar 2024 13:21:08 +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: 291dc34e-a09d-4cd0-bb77-47964687a064 X-Archives-Hash: 87de74fdf6cd26a475333afc31d97898 commit: 5148ed2fe6e7bad186f876e2003dd09d79596802 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 17 13:20:04 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 17 13:21:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5148ed2f net-irc/znc-palaver: mask tests Tests need network. Closes: https://bugs.gentoo.org/926128 Signed-off-by: Conrad Kostecki gentoo.org> net-irc/znc-palaver/znc-palaver-1.2.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 8b46c97b7c03..074d0542dd7a 100644 --- a/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild +++ b/net-irc/znc-palaver/znc-palaver-1.2.2.ebuild @@ -14,9 +14,10 @@ SRC_URI="https://github.com/cocodelabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" + +# Tests need network +RESTRICT="test" RDEPEND=" ${PYTHON_DEPS}