From 109515b16d90259f7d46969912828c1b4edf03ac Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Wed, 12 Oct 2016 15:45:40 -0400 Subject: dev-util/lorax: add a stub for the non-working tests Package-Manager: portage-2.3.1 --- dev-util/lorax/lorax-26.0.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'dev-util') diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild index bbda8216e177..0671c1a90a02 100644 --- a/dev-util/lorax/lorax-26.0.ebuild +++ b/dev-util/lorax/lorax-26.0.ebuild @@ -14,8 +14,16 @@ SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.ta LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE=test + +#ImportError: No module named 'pocketlint' +RESTRICT=test S="${WORKDIR}"/"${PN}-${P}-1" -DEPEND="" -RDEPEND="${DEPEND}" +DEPEND="test? ( dev-python/pylint )" +RDEPEND="" + +src_test() { + emake check +} -- cgit v1.2.3-65-gdbad