* [gentoo-commits] repo/gentoo:master commit in: dev-games/vamos/
@ 2018-06-27 19:29 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-06-27 19:29 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/vamos/
@ 2018-06-30 17:24 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-06-30 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 7fbb13cde3c2845d604359f1e2dd87c7aff63cbc
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 17:10:05 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 17:10:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbb13cd
dev-games/vamos: x86 stable wrt bug #632511
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-games/vamos/vamos-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-games/vamos/vamos-0.8.2.ebuild b/dev-games/vamos/vamos-0.8.2.ebuild
index 8907e5d3cbc..51a6149d860 100644
--- a/dev-games/vamos/vamos-0.8.2.ebuild
+++ b/dev-games/vamos/vamos-0.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-30 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-30 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-games/vamos/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-06-27 19:29 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox