commit: e9bc8defb4118ae5862610c0572b7237abafc379
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Dec 16 20:55:50 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 16 20:55:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9bc8def
sys-power/envycontrol: require systemd
It needs it at runtime.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
sys-power/envycontrol/envycontrol-3.4.0.ebuild | 4 +++-
sys-power/envycontrol/envycontrol-9999.ebuild | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sys-power/envycontrol/envycontrol-3.4.0.ebuild
b/sys-power/envycontrol/envycontrol-3.4.0.ebuild
index 97d6f2bd67..203b31f789 100644
--- a/sys-power/envycontrol/envycontrol-3.4.0.ebuild
+++ b/sys-power/envycontrol/envycontrol-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,6 +16,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="sys-apps/systemd"
+
src_compile() {
distutils-r1_src_compile
}
diff --git a/sys-power/envycontrol/envycontrol-9999.ebuild
b/sys-power/envycontrol/envycontrol-9999.ebuild
index e5401a7597..aef11c9519 100644
--- a/sys-power/envycontrol/envycontrol-9999.ebuild
+++ b/sys-power/envycontrol/envycontrol-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit git-r3 distutils-r1
@@ -15,6 +15,8 @@ HOMEPAGE="https://github.com/bayasdev/envycontrol"
LICENSE="MIT"
SLOT="0"
+RDEPEND="sys-apps/systemd"
+
src_compile() {
distutils-r1_src_compile
}