sys-power/envycontrol: drop 3.4.0, QA fixups

Fixup patch contributed by negril, thanks!

Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2025-12-16 18:53:38 -05:00
parent 84faa2599f
commit f14445bf2d
4 changed files with 13 additions and 43 deletions

View File

@@ -14,14 +14,13 @@ SRC_URI="https://github.com/bayasdev/envycontrol/archive/refs/tags/v${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64"
RDEPEND="sys-apps/systemd"
IUSE="+systemd"
src_compile() {
distutils-r1_src_compile
}
REQUIRED_USE="systemd"
src_install() {
distutils-r1_src_install
}
RDEPEND="
x11-drivers/nvidia-drivers[persistenced]
systemd? ( sys-apps/systemd )
"