--- nvidia-firmware-340.32.ebuild 2019-06-14 17:09:44.000000000 +0200 +++ nvidia-firmware-340.32-r1.ebuild 2020-07-07 13:00:33.442022447 +0200 @@ -1,20 +1,20 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-any-r1 unpacker NV_URI="http://us.download.nvidia.com/XFree86/" X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}" -EXTRACT_FIRMWARE_REV="96641bfebb2547402b2145fcf0e3116410f0da87" +EXTRACT_FIRMWARE_REV="759d8a993087e30a68288bfae534ea2a377e0f23" DESCRIPTION="Kernel and mesa firmware for nouveau (video accel and pgraph)" HOMEPAGE="https://nouveau.freedesktop.org/wiki/VideoAcceleration/" SRC_URI="${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run - https://raw.github.com/imirkin/re-vp2/${EXTRACT_FIRMWARE_REV}/extract_firmware.py -> nvidia_extract_firmware-${PV}.py" + https://raw.github.com/mahiuchun/re-vp2/${EXTRACT_FIRMWARE_REV}/extract_firmware.py -> nvidia_extract_firmware-${PV}.py" LICENSE="MIT NVIDIA-r2" SLOT="0"