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 414EE158094 for ; Wed, 7 Sep 2022 22:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7305EE0AC1; Wed, 7 Sep 2022 22:27:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57297E0AC1 for ; Wed, 7 Sep 2022 22:27:00 +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 6AB89340C5B for ; Wed, 7 Sep 2022 22:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E01D11E for ; Wed, 7 Sep 2022 22:26:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1662589604.561533989a421d875d0cb9fe24283233593389d9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pk-helper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild X-VCS-Directories: net-print/cups-pk-helper/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 561533989a421d875d0cb9fe24283233593389d9 X-VCS-Branch: master Date: Wed, 7 Sep 2022 22:26:52 +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: 07af91da-10ea-41b8-8854-33583d4de418 X-Archives-Hash: 9c34bd8c467066b889d87402fcdd596d commit: 561533989a421d875d0cb9fe24283233593389d9 Author: Matt Turner gentoo org> AuthorDate: Wed Sep 7 22:25:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 7 22:26:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56153398 net-print/cups-pk-helper: Restrict tests Closes: https://bugs.gentoo.org/864949 Signed-off-by: Matt Turner gentoo.org> net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild b/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild index beb9c4167af5..1dda6c630333 100644 --- a/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild +++ b/net-print/cups-pk-helper/cups-pk-helper-0.2.7.ebuild @@ -12,6 +12,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +RESTRICT="test" # bug #864949 DEPEND=" >=dev-libs/glib-2.36.0:2