mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user