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: Wed, 12 Oct 2016 19:36:08
Message-Id: 1476300950.969ce079216bb58b58c7429a59b7c3f505d55d25.zerochaos@gentoo
1 commit: 969ce079216bb58b58c7429a59b7c3f505d55d25
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 19:35:33 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 19:35:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969ce079
7
8 dev-util/lorax: add python 3.4 support
9
10 Package-Manager: portage-2.3.1
11
12 dev-util/lorax/lorax-26.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
16 index b051c1e..bbda821 100644
17 --- a/dev-util/lorax/lorax-26.0.ebuild
18 +++ b/dev-util/lorax/lorax-26.0.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 )
24 +PYTHON_COMPAT=( python{2_7,3_4} )
25 inherit distutils-r1
26
27 DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images"