summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2016-10-12 16:07:46 -0400
committerZero_Chaos <zerochaos@gentoo.org>2016-10-14 09:45:22 -0400
commit0a537294ad9976313248113a3dd0b117bb690ac3 (patch)
tree427eca6d495da0e1a870cf28b5fb1f80eab64811
parentdev-ros/tf: backport upstream patch to build with gcc6, bug #593938, patch by... (diff)
downloadgentoo-0a537294ad9976313248113a3dd0b117bb690ac3.tar.gz
gentoo-0a537294ad9976313248113a3dd0b117bb690ac3.tar.bz2
gentoo-0a537294ad9976313248113a3dd0b117bb690ac3.zip
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
-rw-r--r--dev-util/lorax/lorax-26.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
index 0671c1a90a02..163f34118594 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