summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-11-30 08:14:21 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-11-30 08:14:35 +0000
commitc6ccf2442dc605a5cf8a3fb38ba117e839c15874 (patch)
tree17a1f98db410ed3b08913d01801576600a60cc69 /dev-util/ccache
parentdev-python/cryptography-3.2.1: fix build for macOS using GCC (diff)
downloadgentoo-c6ccf2442dc605a5cf8a3fb38ba117e839c15874.tar.gz
gentoo-c6ccf2442dc605a5cf8a3fb38ba117e839c15874.tar.bz2
gentoo-c6ccf2442dc605a5cf8a3fb38ba117e839c15874.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ccache-4.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.1.ebuild b/dev-util/ccache/ccache-4.1.ebuild
index 8f04356c74b3..6e6b4021efcc 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+="