commit: c36b915a4b24e0b3911285d16a1d9aa8cff04932
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:08:22 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]