summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:06:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:39 +0100
commita6d08b051044ddcd7fe9fd638f32d98db3722b32 (patch)
tree570e56ed39e1ae42019c1702dda679346cf154d7 /sys-firmware/seabios/seabios-1.11.0.ebuild
parentsys-firmware/edk2-ovmf: Remove py2 where possible (diff)
downloadgentoo-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/seabios/seabios-1.11.0.ebuild')
-rw-r--r--sys-firmware/seabios/seabios-1.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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