commit: cfba960260f2e97bcc7d68a38ac35f73344138a9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 22 12:22:46 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 12:53:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfba9602
dev-python/urllib3: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/urllib3-1.24.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild b/dev-python/urllib3/urllib3-1.24.2.ebuild index fcfe9c27b1a..8e4a8d1a987 100644 --- a/dev-python/urllib3/urllib3-1.24.2.ebuild +++ b/dev-python/urllib3/urllib3-1.24.2.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" +RESTRICT="!test? ( test )" #RESTRICT="test" RDEPEND="
