dev-python/undervolt: remove redundant phase functions

Distutils-r1 already exports them.
Fix VariableOrderCheck

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-04-28 22:55:57 +02:00
parent a4cb85a33d
commit df39f1162a

View File

@@ -8,19 +8,10 @@ PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Undervolt Intel CPUs under Linux"
HOMEPAGE="https://github.com/georgewhewell/undervolt"
SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
distutils-r1_src_compile
}
src_install() {
distutils-r1_src_install
}