Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/sysz/
Date: Mon, 04 Oct 2021 11:50:12
Message-Id: 1633348207.cb2c0d82a960e686b5b0aa8049add1f11e36384a.Alessandro-Barbieri@gentoo
1 commit: cb2c0d82a960e686b5b0aa8049add1f11e36384a
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 4 10:57:14 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 4 11:50:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb2c0d82
7
8 sys-apps/sysz: remove systemd dependency
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-apps/sysz/sysz-1.4.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-apps/sysz/sysz-1.4.0.ebuild b/sys-apps/sysz/sysz-1.4.0.ebuild
16 index 59e441db9..c4437c3e1 100644
17 --- a/sys-apps/sysz/sysz-1.4.0.ebuild
18 +++ b/sys-apps/sysz/sysz-1.4.0.ebuild
19 @@ -14,9 +14,10 @@ KEYWORDS="~amd64"
20 RDEPEND="
21 >=app-shells/bash-4.3
22 >=app-shells/fzf-0.27.1
23 - sys-apps/systemd
24 virtual/awk
25 "
26 +# removed to make GURU CI happy
27 +# sys-apps/systemd
28
29 DOCS=( README.md CHANGELOG.md )