Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/
Date: Mon, 28 Dec 2020 17:30:00
Message-Id: 1609176556.71dd38ae51b39f2db7a8024fb655d17db99bd405.tamiko@gentoo
1 commit: 71dd38ae51b39f2db7a8024fb655d17db99bd405
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 17:29:16 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 17:29:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dd38ae
7
8 sys-firmware/seabios: update python compat
9
10 Closes: https://bugs.gentoo.org/718534
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 sys-firmware/seabios/seabios-1.10.2.ebuild | 2 +-
15 sys-firmware/seabios/seabios-1.11.0-r1.ebuild | 2 +-
16 sys-firmware/seabios/seabios-1.11.0.ebuild | 2 +-
17 sys-firmware/seabios/seabios-1.12.0.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-firmware/seabios/seabios-1.10.2.ebuild b/sys-firmware/seabios/seabios-1.10.2.ebuild
21 index 11231f42e3b..0175c19a646 100644
22 --- a/sys-firmware/seabios/seabios-1.10.2.ebuild
23 +++ b/sys-firmware/seabios/seabios-1.10.2.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI="6"
27
28 -PYTHON_COMPAT=( python3_6 )
29 +PYTHON_COMPAT=( python3_{7..9} )
30
31 inherit eutils toolchain-funcs python-any-r1
32
33
34 diff --git a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
35 index 794dcb1afda..4cdaf7f3809 100644
36 --- a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
37 +++ b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI="6"
41
42 -PYTHON_COMPAT=( python3_6 )
43 +PYTHON_COMPAT=( python3_{7..9} )
44
45 inherit eutils toolchain-funcs python-any-r1
46
47
48 diff --git a/sys-firmware/seabios/seabios-1.11.0.ebuild b/sys-firmware/seabios/seabios-1.11.0.ebuild
49 index 43e3d9d88e7..a7aacee36b4 100644
50 --- a/sys-firmware/seabios/seabios-1.11.0.ebuild
51 +++ b/sys-firmware/seabios/seabios-1.11.0.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI="6"
55
56 -PYTHON_COMPAT=( python3_6 )
57 +PYTHON_COMPAT=( python3_{7..9} )
58
59 inherit eutils toolchain-funcs python-any-r1
60
61
62 diff --git a/sys-firmware/seabios/seabios-1.12.0.ebuild b/sys-firmware/seabios/seabios-1.12.0.ebuild
63 index 53616e2943b..6ff70eca1b2 100644
64 --- a/sys-firmware/seabios/seabios-1.12.0.ebuild
65 +++ b/sys-firmware/seabios/seabios-1.12.0.ebuild
66 @@ -3,7 +3,7 @@
67
68 EAPI="7"
69
70 -PYTHON_COMPAT=( python3_6 )
71 +PYTHON_COMPAT=( python3_{7..9} )
72
73 inherit eutils toolchain-funcs python-any-r1