diff options
author | hkgz <hkgz@localhost.localdomain> | 2016-03-08 19:08:59 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-17 23:33:28 +0000 |
commit | d5167002e22b562283f9c433830870b20a581a75 (patch) | |
tree | 292850e23a0b02c6ee963ed6c525c216e518da2f /sys-firmware/seabios/seabios-1.8.2.ebuild | |
parent | app-text/poppler: Version bump 0.42.0, bug #577604 (diff) | |
download | gentoo-d5167002e22b562283f9c433830870b20a581a75.tar.gz gentoo-d5167002e22b562283f9c433830870b20a581a75.tar.bz2 gentoo-d5167002e22b562283f9c433830870b20a581a75.zip |
sys-firmware/seabios: add support for python3
Closes: https://github.com/gentoo/gentoo/pull/1020
Diffstat (limited to 'sys-firmware/seabios/seabios-1.8.2.ebuild')
-rw-r--r-- | sys-firmware/seabios/seabios-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild index bc072f1ed64e..c3e624ae5b79 100644 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit eutils toolchain-funcs python-any-r1 |