commit: c6ccf2442dc605a5cf8a3fb38ba117e839c15874
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 08:14:21 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 08:14:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ccf244
dev-util/ccache: add missing required app-arch/zstd dependency
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-util/ccache/ccache-4.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-util/ccache/ccache-4.1.ebuild
b/dev-util/ccache/ccache-4.1.ebuild
index 8f04356c74b..6e6b4021efc 100644
--- a/dev-util/ccache/ccache-4.1.ebuild
+++ b/dev-util/ccache/ccache-4.1.ebuild
@@ -16,8 +16,10 @@ IUSE="test"
DEPEND=""
RDEPEND="${DEPEND}
+ app-arch/zstd:0=
dev-util/shadowman
- sys-apps/gentoo-functions"
+ sys-apps/gentoo-functions
+"
# clang-specific tests use dev-libs/elfutils to compare objects for equality.
# Let's pull in the dependency unconditionally.
DEPEND+="