Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/
Date: Mon, 30 Nov 2020 08:14:42
Message-Id: 1606724075.c6ccf2442dc605a5cf8a3fb38ba117e839c15874.slyfox@gentoo
1 commit: c6ccf2442dc605a5cf8a3fb38ba117e839c15874
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 08:14:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 08:14:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ccf244
7
8 dev-util/ccache: add missing required app-arch/zstd dependency
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/ccache/ccache-4.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/ccache/ccache-4.1.ebuild b/dev-util/ccache/ccache-4.1.ebuild
17 index 8f04356c74b..6e6b4021efc 100644
18 --- a/dev-util/ccache/ccache-4.1.ebuild
19 +++ b/dev-util/ccache/ccache-4.1.ebuild
20 @@ -16,8 +16,10 @@ IUSE="test"
21
22 DEPEND=""
23 RDEPEND="${DEPEND}
24 + app-arch/zstd:0=
25 dev-util/shadowman
26 - sys-apps/gentoo-functions"
27 + sys-apps/gentoo-functions
28 +"
29 # clang-specific tests use dev-libs/elfutils to compare objects for equality.
30 # Let's pull in the dependency unconditionally.
31 DEPEND+="