commit: 0a537294ad9976313248113a3dd0b117bb690ac3 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Wed Oct 12 20:07:46 2016 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 13:45:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a537294
dev-util/lorax: pull keywords, not working entirely. add in missing selinux deps but still need dnf to make it work Package-Manager: portage-2.3.1 dev-util/lorax/lorax-26.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild index 0671c1a..163f341 100644 --- a/dev-util/lorax/lorax-26.0.ebuild +++ b/dev-util/lorax/lorax-26.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +#KEYWORDS="~amd64 ~x86" IUSE=test #ImportError: No module named 'pocketlint' @@ -21,8 +21,9 @@ RESTRICT=test S="${WORKDIR}"/"${PN}-${P}-1" -DEPEND="test? ( dev-python/pylint )" -RDEPEND="" +RDEPEND="sys-libs/libselinux[python,${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/pylint[${PYTHON_USEDEP}] )" src_test() { emake check
