mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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
|
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"
|
DESCRIPTION="Undervolt Intel CPUs under Linux"
|
||||||
HOMEPAGE="https://github.com/georgewhewell/undervolt"
|
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"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
distutils-r1_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
distutils-r1_src_install
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user