summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/tini/tini-0.10.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-process/tini/tini-0.10.0.ebuild b/sys-process/tini/tini-0.10.0.ebuild
index a9ff2c768c7..7db7a1e9c7a 100644
--- a/sys-process/tini/tini-0.10.0.ebuild
+++ b/sys-process/tini/tini-0.10.0.ebuild
@@ -15,6 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static"
+# vim-core is needed just for the xxd program
+DEPEND="app-editors/vim-core"
+
src_compile() {
append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
cmake-utils_src_compile