From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1620189-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 995A6158041
	for <garchives@archives.gentoo.org>; Sat, 13 Apr 2024 12:08:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B598AE2A2F;
	Sat, 13 Apr 2024 12:08:33 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 961CAE2A2F
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2024 12:08:33 +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 BA845335DC0
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2024 12:08:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C2DC41513
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2024 12:08:30 +0000 (UTC)
From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1713009119.0202c11daec91510fb1ec3b2d86ba60374d7a984.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/word_cloud/word_cloud-1.9.3.ebuild
X-VCS-Directories: media-gfx/word_cloud/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 0202c11daec91510fb1ec3b2d86ba60374d7a984
X-VCS-Branch: master
Date: Sat, 13 Apr 2024 12:08:30 +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: fc990e15-a86b-4970-a5cf-ac2d0a9b9f91
X-Archives-Hash: 49ed14dc9e21150057a945ce3cc79e3e

commit:     0202c11daec91510fb1ec3b2d86ba60374d7a984
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 11:51:13 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 11:51:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0202c11d

media-gfx/word_cloud: Restore test restriction

Closes: https://bugs.gentoo.org/808150
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-gfx/word_cloud/word_cloud-1.9.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/word_cloud/word_cloud-1.9.3.ebuild b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
index e945048fb129..180f8312e7e8 100644
--- a/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
+++ b/media-gfx/word_cloud/word_cloud-1.9.3.ebuild
@@ -16,6 +16,7 @@ SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"  #808150
 
 RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]