Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
Date: Fri, 26 Aug 2022 14:32:50
Message-Id: 1661524346.0f00d8e7fc594e42e8ab2259b8bfdf7c1e9dc94d.freyermuth@gentoo
1 commit: 0f00d8e7fc594e42e8ab2259b8bfdf7c1e9dc94d
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Fri Aug 26 14:32:26 2022 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Fri Aug 26 14:32:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f00d8e7
7
8 app-misc/afc: should also RDEPEND on sys-libs/zlib.
9
10 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
11
12 app-misc/afc/afc-1.1.ebuild | 1 +
13 app-misc/afc/afc-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/app-misc/afc/afc-1.1.ebuild b/app-misc/afc/afc-1.1.ebuild
17 index 24d89f614..64e710db7 100644
18 --- a/app-misc/afc/afc-1.1.ebuild
19 +++ b/app-misc/afc/afc-1.1.ebuild
20 @@ -20,3 +20,4 @@ LICENSE="GPL-3+"
21 SLOT="0"
22
23 DEPEND="sys-libs/zlib"
24 +RDEPEND="${DEPEND}"
25
26 diff --git a/app-misc/afc/afc-9999.ebuild b/app-misc/afc/afc-9999.ebuild
27 index 24d89f614..64e710db7 100644
28 --- a/app-misc/afc/afc-9999.ebuild
29 +++ b/app-misc/afc/afc-9999.ebuild
30 @@ -20,3 +20,4 @@ LICENSE="GPL-3+"
31 SLOT="0"
32
33 DEPEND="sys-libs/zlib"
34 +RDEPEND="${DEPEND}"