From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1215582-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8A343138359
	for <garchives@archives.gentoo.org>; Sat, 17 Oct 2020 08:04:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC3D0E077F;
	Sat, 17 Oct 2020 08:04:27 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C742BE077F
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2020 08:04:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8D636340D8D
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2020 08:04:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EB25E39F
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2020 08:04:24 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1602921858.e41f9965ab644d56b4f19730e560dc1e0fc0bcba.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/cryptokit/cryptokit-1.16.1.ebuild
X-VCS-Directories: dev-ml/cryptokit/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e41f9965ab644d56b4f19730e560dc1e0fc0bcba
X-VCS-Branch: master
Date: Sat, 17 Oct 2020 08:04:24 +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: e153c4df-5fea-40f0-bcad-a8dacce01489
X-Archives-Hash: d35fc1cf9c47b4827cd64a10a0ab6d6d

commit:     e41f9965ab644d56b4f19730e560dc1e0fc0bcba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 08:04:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 08:04:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41f9965

dev-ml/cryptokit: MissingTestRestrict

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/cryptokit/cryptokit-1.16.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild b/dev-ml/cryptokit/cryptokit-1.16.1.ebuild
index 03351f2cf73..6f97e8df877 100644
--- a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.16.1.ebuild
@@ -16,6 +16,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_aes +ocamlopt test zlib"
 REQUIRED_USE="test? ( ocamlopt )"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	dev-ml/zarith:=