Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/vamos/
Date: Wed, 27 Jun 2018 19:29:50
Message-Id: 1530127773.a667f923bd389d1ab69c2af24160644d228803f6.pacho@gentoo
1 commit: a667f923bd389d1ab69c2af24160644d228803f6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 19:28:33 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 19:29:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a667f923
7
8 dev-games/vamos: Support py3.6, workaround parallel bug (#646014)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-games/vamos/vamos-0.8.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-games/vamos/vamos-0.8.2.ebuild b/dev-games/vamos/vamos-0.8.2.ebuild
16 index aca3461fb14..8907e5d3cbc 100644
17 --- a/dev-games/vamos/vamos-0.8.2.ebuild
18 +++ b/dev-games/vamos/vamos-0.8.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python3_{4,5} )
27 +PYTHON_COMPAT=( python3_{4,5,6} )
28
29 inherit autotools python-single-r1
30
31 @@ -52,7 +52,7 @@ src_configure() {
32 }
33
34 src_install() {
35 - default
36 + MAKEOPTS="${MAKEOPTS} -j1" default #646014
37
38 dobin caelum/.libs/caelum
39 newdoc caelum/README README.caelum