diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-18 23:21:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-18 23:21:07 -0500 |
commit | 2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6 (patch) | |
tree | d350883a5d73edf9eb98cb5514676c59cc577ae9 | |
parent | 65e5687f94b7d43b768a6a1453e562f5c5dfcabb (diff) | |
download | gentoo-2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6.tar.gz gentoo-2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6.tar.xz |
dev-util/catalyst: update git to permit python-3
The latest version should work w/py3, so start allowing people to test.
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index a0c932f47d5..5586792b145 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 multilib ${SRC_ECLASS} @@ -29,10 +29,10 @@ IUSE="ccache doc kernel_linux" DEPEND=" app-text/asciidoc - >=dev-python/snakeoil-0.6.5 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] " RDEPEND=" - =dev-python/pydecomp-9999 + =dev-python/pydecomp-9999[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] @@ -45,7 +45,6 @@ RDEPEND=" " python_prepare_all() { - python_export_best echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version } @@ -55,7 +54,7 @@ python_compile_all() { emake } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use doc; then dodoc files/HOWTO.html files/docbook-xsl.css |