Skip to content

Commit

Permalink
dev-db/redis: fix Tcl BDEPEND req
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Fixes: http://github.com/gentoo/gentoo/pull/11456#discussion_r268048208
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Apr 18, 2019
1 parent 8d13801 commit 49f18ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions dev-db/redis/redis-4.0.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
9 changes: 5 additions & 4 deletions dev-db/redis/redis-5.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ RDEPEND="
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-5.1:= )"

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() {
Expand Down

0 comments on commit 49f18ba

Please sign in to comment.