commit: 969ce079216bb58b58c7429a59b7c3f505d55d25
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:35:33 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:35:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969ce079
dev-util/lorax: add python 3.4 support
Package-Manager: portage-2.3.1
dev-util/lorax/lorax-26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/lorax/lorax-26.0.ebuild b/dev-util/lorax/lorax-26.0.ebuild
index b051c1e..bbda821 100644
--- a/dev-util/lorax/lorax-26.0.ebuild
+++ b/dev-util/lorax/lorax-26.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images"