commit: a903d3cef5227d521b5ec08d575a571303bfefcc Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Dec 24 11:09:02 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Dec 24 11:09:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a903d3ce
dev-python/pyvote: conditional test restriction Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/pyvote/pyvote-0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild index 6b52d0e28..567c5777e 100644 --- a/dev-python/pyvote/pyvote-0.1.ebuild +++ b/dev-python/pyvote/pyvote-0.1.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="
