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 DA526138334 for ; Sat, 16 Nov 2019 13:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED16E0801; Sat, 16 Nov 2019 13:17:20 +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 0882AE0801 for ; Sat, 16 Nov 2019 13:17:20 +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 07DEB34CEBB for ; Sat, 16 Nov 2019 13:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 855888B5 for ; Sat, 16 Nov 2019 13:17:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573910234.c36b915a4b24e0b3911285d16a1d9aa8cff04932.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apipkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/apipkg/apipkg-1.4.ebuild X-VCS-Directories: dev-python/apipkg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c36b915a4b24e0b3911285d16a1d9aa8cff04932 X-VCS-Branch: master Date: Sat, 16 Nov 2019 13:17:17 +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: 4eec6534-5ffc-4302-8d5f-5de09e20312e X-Archives-Hash: e230414e7a7ee6bcb16b0d28f1b2a8d6 commit: c36b915a4b24e0b3911285d16a1d9aa8cff04932 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 13:08:22 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 13:17:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36b915a dev-python/apipkg: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/apipkg/apipkg-1.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/apipkg/apipkg-1.4.ebuild b/dev-python/apipkg/apipkg-1.4.ebuild index 291807feddc..e50d756e34d 100644 --- a/dev-python/apipkg/apipkg-1.4.ebuild +++ b/dev-python/apipkg/apipkg-1.4.ebuild @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="examples test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/hgdistver[${PYTHON_USEDEP}]