Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lorax/
Date: Fri, 14 Oct 2016 13:45:37
Message-Id: 1476452722.0a537294ad9976313248113a3dd0b117bb690ac3.zerochaos@gentoo
1 commit: 0a537294ad9976313248113a3dd0b117bb690ac3
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 20:07:46 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 13:45:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a537294
7
8 dev-util/lorax: pull keywords, not working entirely. add in missing selinux deps but still need dnf to make it work
9
10 Package-Manager: portage-2.3.1
11
12 dev-util/lorax/lorax-26.0.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
16 index 0671c1a..163f341 100644
17 --- a/dev-util/lorax/lorax-26.0.ebuild
18 +++ b/dev-util/lorax/lorax-26.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.ta
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +#KEYWORDS="~amd64 ~x86"
25 IUSE=test
26
27 #ImportError: No module named 'pocketlint'
28 @@ -21,8 +21,9 @@ RESTRICT=test
29
30 S="${WORKDIR}"/"${PN}-${P}-1"
31
32 -DEPEND="test? ( dev-python/pylint )"
33 -RDEPEND=""
34 +RDEPEND="sys-libs/libselinux[python,${PYTHON_USEDEP}]"
35 +DEPEND="${RDEPEND}
36 + test? ( dev-python/pylint[${PYTHON_USEDEP}] )"
37
38 src_test() {
39 emake check