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 | |
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')
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.5-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.5.ebuild | 2 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.8.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild b/sys-firmware/seabios/seabios-1.7.5-r1.ebuild index fd185d7c5244..d994b7f60e2c 100644 --- a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild +++ b/sys-firmware/seabios/seabios-1.7.5-r1.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 diff --git a/sys-firmware/seabios/seabios-1.7.5.ebuild b/sys-firmware/seabios/seabios-1.7.5.ebuild index 4cca54c6e9f6..7d9e78856096 100644 --- a/sys-firmware/seabios/seabios-1.7.5.ebuild +++ b/sys-firmware/seabios/seabios-1.7.5.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 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 |