diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:28:33 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:29:33 +0200 |
commit | a667f923bd389d1ab69c2af24160644d228803f6 (patch) | |
tree | 850ee29f0551dfba54a648a47cc79794ce275bee /dev-games/vamos | |
parent | app-vim/pyclewn: Support python3.6 (diff) | |
download | gentoo-a667f923bd389d1ab69c2af24160644d228803f6.tar.gz gentoo-a667f923bd389d1ab69c2af24160644d228803f6.tar.bz2 gentoo-a667f923bd389d1ab69c2af24160644d228803f6.zip |
dev-games/vamos: Support py3.6, workaround parallel bug (#646014)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-games/vamos')
-rw-r--r-- | dev-games/vamos/vamos-0.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/vamos/vamos-0.8.2.ebuild b/dev-games/vamos/vamos-0.8.2.ebuild index aca3461fb149..8907e5d3cbc9 100644 --- a/dev-games/vamos/vamos-0.8.2.ebuild +++ b/dev-games/vamos/vamos-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools python-single-r1 @@ -52,7 +52,7 @@ src_configure() { } src_install() { - default + MAKEOPTS="${MAKEOPTS} -j1" default #646014 dobin caelum/.libs/caelum newdoc caelum/README README.caelum |