Skip to content

Commit

Permalink
dev-util/catalyst: update git to permit python-3
Browse files Browse the repository at this point in the history
The latest version should work w/py3, so start allowing people to test.
  • Loading branch information
vapier committed Nov 19, 2015
1 parent 65e5687 commit 2c0d4a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dev-util/catalyst/catalyst-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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]
Expand All @@ -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
}
Expand All @@ -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
Expand Down

0 comments on commit 2c0d4a8

Please sign in to comment.