summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/redis/redis-4.0.14.ebuild')
-rw-r--r--dev-db/redis/redis-4.0.14.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-db/redis/redis-4.0.14.ebuild b/dev-db/redis/redis-4.0.14.ebuild
index 1f0ac4ef03da..5f2c18f61cbc 100644
--- a/dev-db/redis/redis-4.0.14.ebuild
+++ b/dev-db/redis/redis-4.0.14.ebuild
@@ -23,13 +23,14 @@ RDEPEND="
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-3.2 )"
-DEPEND="
- ${RDEPEND}
- test? ( dev-lang/tcl:0= )"
-
BDEPEND="
+ ${RDEPEND}
virtual/pkgconfig"
+# Tcl is only needed in the CHOST test env
+DEPEND="${RDEPEND}
+ test? ( dev-lang/tcl:0= )"
+
REQUIRED_USE="?? ( tcmalloc jemalloc )"
pkg_setup() {