From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1215083-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 840E5138359 for <garchives@archives.gentoo.org>; Thu, 15 Oct 2020 12:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87AC5E0845; Thu, 15 Oct 2020 12:20:42 +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 57926E0896 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2020 12:20:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CA7D340F1C for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2020 12:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F1F3A5 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2020 12:20:39 +0000 (UTC) From: "Mark Wright" <gienah@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, "Mark Wright" <gienah@gentoo.org> Message-ID: <1602764424.c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild X-VCS-Directories: dev-ml/ocaml-ctypes/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26 X-VCS-Branch: master Date: Thu, 15 Oct 2020 12:20:39 +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: 3dbb66ca-15fe-4346-ab9d-7b86bcaf5498 X-Archives-Hash: 8e8deb891a2962060b3f6d40147148c8 commit: c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 11:38:03 2020 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 12:20:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ec9e85 dev-ml/ocaml-ctypes: Fix QA MissingTestRestrict Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild index 5370c08eb05..e4e0fb587c4 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt]