From 4368fc6b0eab5b636d500cc256581c06b1ce39f6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Oct 2016 10:17:49 -0700 Subject: sys-process/tini: add vim-core to DEPEND for bug 597048 Package-Manager: portage-2.3.2 --- sys-process/tini/tini-0.10.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1