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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B30F3138334 for ; Sat, 23 Nov 2019 17:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0117E07F1; Sat, 23 Nov 2019 17:37:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B7765E07F1 for ; Sat, 23 Nov 2019 17:37:33 +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 D438F34D278 for ; Sat, 23 Nov 2019 17:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353628B4 for ; Sat, 23 Nov 2019 17:37:31 +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: <1574530548.ad47c3f30dd07bd9b729e42d9a34c2e308fea365.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fonttools/fonttools-4.1.0.ebuild X-VCS-Directories: dev-python/fonttools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ad47c3f30dd07bd9b729e42d9a34c2e308fea365 X-VCS-Branch: master Date: Sat, 23 Nov 2019 17:37:31 +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: ee61fe1e-c558-4e58-9c31-099ca5106607 X-Archives-Hash: c6c340cd473981071e1d86458943ffac commit: ad47c3f30dd07bd9b729e42d9a34c2e308fea365 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 23 17:35:29 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 23 17:35:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad47c3f3 dev-python/fonttools: Restrict tests if not USE=test Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/fonttools/fonttools-4.1.0.ebuild b/dev-python/fonttools/fonttools-4.1.0.ebuild index b9df172c14c..7cd345f59f4 100644 --- a/dev-python/fonttools/fonttools-4.1.0.ebuild +++ b/dev-python/fonttools/fonttools-4.1.0.ebuild @@ -15,6 +15,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +RESTRICT="!test? ( test )" IUSE="test" RDEPEND=""