Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/
Date: Mon, 10 Feb 2020 13:27:04
Message-Id: 1581341199.a6d08b051044ddcd7fe9fd638f32d98db3722b32.mgorny@gentoo
1 commit: a6d08b051044ddcd7fe9fd638f32d98db3722b32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:06:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d08b05
7
8 sys-firmware/seabios: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-firmware/seabios/seabios-1.10.2.ebuild | 2 +-
13 sys-firmware/seabios/seabios-1.11.0-r1.ebuild | 2 +-
14 sys-firmware/seabios/seabios-1.11.0.ebuild | 2 +-
15 sys-firmware/seabios/seabios-1.12.0.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-firmware/seabios/seabios-1.10.2.ebuild b/sys-firmware/seabios/seabios-1.10.2.ebuild
19 index 96b9da9360f..35dd9f2f363 100644
20 --- a/sys-firmware/seabios/seabios-1.10.2.ebuild
21 +++ b/sys-firmware/seabios/seabios-1.10.2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI="6"
25
26 -PYTHON_COMPAT=( python{2_7,3_6} )
27 +PYTHON_COMPAT=( python3_6 )
28
29 inherit eutils toolchain-funcs python-any-r1
30
31
32 diff --git a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
33 index bcc02d3edef..bec4935ce78 100644
34 --- a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
35 +++ b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI="6"
39
40 -PYTHON_COMPAT=( python{2_7,3_6} )
41 +PYTHON_COMPAT=( python3_6 )
42
43 inherit eutils toolchain-funcs python-any-r1
44
45
46 diff --git a/sys-firmware/seabios/seabios-1.11.0.ebuild b/sys-firmware/seabios/seabios-1.11.0.ebuild
47 index 44d333f9305..5d966e192c4 100644
48 --- a/sys-firmware/seabios/seabios-1.11.0.ebuild
49 +++ b/sys-firmware/seabios/seabios-1.11.0.ebuild
50 @@ -3,7 +3,7 @@
51
52 EAPI="6"
53
54 -PYTHON_COMPAT=( python{2_7,3_6} )
55 +PYTHON_COMPAT=( python3_6 )
56
57 inherit eutils toolchain-funcs python-any-r1
58
59
60 diff --git a/sys-firmware/seabios/seabios-1.12.0.ebuild b/sys-firmware/seabios/seabios-1.12.0.ebuild
61 index 05f8b26c7ad..d09ddbb9097 100644
62 --- a/sys-firmware/seabios/seabios-1.12.0.ebuild
63 +++ b/sys-firmware/seabios/seabios-1.12.0.ebuild
64 @@ -3,7 +3,7 @@
65
66 EAPI="7"
67
68 -PYTHON_COMPAT=( python{2_7,3_6} )
69 +PYTHON_COMPAT=( python3_6 )
70
71 inherit eutils toolchain-funcs python-any-r1