Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Mon, 03 Dec 2018 02:43:23
Message-Id: 1543803492.98e96a88cc3ae138c8dd0ae914abfbfa8e0274b3.jcallen@gentoo
1 commit: 98e96a88cc3ae138c8dd0ae914abfbfa8e0274b3
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 05:44:37 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 02:18:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e96a88
7
8 app-emulation/qemu: add python3_7
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jonathan Callen <jcallen <AT> gentoo.org>
12
13 app-emulation/qemu/qemu-3.0.0.ebuild | 4 ++--
14 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-emulation/qemu/qemu-3.0.0.ebuild b/app-emulation/qemu/qemu-3.0.0.ebuild
18 index b75764b462b..af867e2362b 100644
19 --- a/app-emulation/qemu/qemu-3.0.0.ebuild
20 +++ b/app-emulation/qemu/qemu-3.0.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
30 PYTHON_REQ_USE="ncurses,readline"
31
32 PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
33
34 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
35 index b33e04e5152..b279da622c3 100644
36 --- a/app-emulation/qemu/qemu-9999.ebuild
37 +++ b/app-emulation/qemu/qemu-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="6"
44
45 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
46 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
47 PYTHON_REQ_USE="ncurses,readline"
48
49 PLOCALES="bg de_DE fr_FR hu it tr zh_CN"