diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:06:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:39 +0100 |
commit | a6d08b051044ddcd7fe9fd638f32d98db3722b32 (patch) | |
tree | 570e56ed39e1ae42019c1702dda679346cf154d7 /sys-firmware | |
parent | sys-firmware/edk2-ovmf: Remove py2 where possible (diff) | |
download | gentoo-a6d08b051044ddcd7fe9fd638f32d98db3722b32.tar.gz gentoo-a6d08b051044ddcd7fe9fd638f32d98db3722b32.tar.bz2 gentoo-a6d08b051044ddcd7fe9fd638f32d98db3722b32.zip |
sys-firmware/seabios: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.10.2.ebuild | 2 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.11.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.12.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-firmware/seabios/seabios-1.10.2.ebuild b/sys-firmware/seabios/seabios-1.10.2.ebuild index 96b9da9360f2..35dd9f2f363b 100644 --- a/sys-firmware/seabios/seabios-1.10.2.ebuild +++ b/sys-firmware/seabios/seabios-1.10.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils toolchain-funcs python-any-r1 diff --git a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild index bcc02d3edef6..bec4935ce78c 100644 --- a/sys-firmware/seabios/seabios-1.11.0-r1.ebuild +++ b/sys-firmware/seabios/seabios-1.11.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils toolchain-funcs python-any-r1 diff --git a/sys-firmware/seabios/seabios-1.11.0.ebuild b/sys-firmware/seabios/seabios-1.11.0.ebuild index 44d333f93051..5d966e192c48 100644 --- a/sys-firmware/seabios/seabios-1.11.0.ebuild +++ b/sys-firmware/seabios/seabios-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils toolchain-funcs python-any-r1 diff --git a/sys-firmware/seabios/seabios-1.12.0.ebuild b/sys-firmware/seabios/seabios-1.12.0.ebuild index 05f8b26c7ad5..d09ddbb90979 100644 --- a/sys-firmware/seabios/seabios-1.12.0.ebuild +++ b/sys-firmware/seabios/seabios-1.12.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils toolchain-funcs python-any-r1 |