From a667f923bd389d1ab69c2af24160644d228803f6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 27 Jun 2018 21:28:33 +0200 Subject: [PATCH] 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 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 -- 2.26.2