commit: 920867425ff06af6be46e097f996e18bcd9e93ff
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Dec 16 21:00:00 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 16 21:00:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92086742
sys-power/envycontrol: 3.5.2, add systemd RDEPEND
Forgot it in last commit.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
sys-power/envycontrol/envycontrol-3.5.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-power/envycontrol/envycontrol-3.5.2.ebuild
b/sys-power/envycontrol/envycontrol-3.5.2.ebuild
index d917928d9f..7e6f00c082 100644
--- a/sys-power/envycontrol/envycontrol-3.5.2.ebuild
+++ b/sys-power/envycontrol/envycontrol-3.5.2.ebuild
@@ -16,6 +16,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="sys-apps/systemd"
+
src_compile() {
distutils-r1_src_compile
}