commit: a667f923bd389d1ab69c2af24160644d228803f6
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 19:28:33 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a667f923
dev-games/vamos: Support py3.6, workaround parallel bug (#646014)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-games/vamos/vamos-0.8.2.ebuild | 6 +++---
1 file 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 aca3461fb14..8907e5d3cbc 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