Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tini/
Date: Thu, 13 Oct 2016 17:18:57
Message-Id: 1476379111.4368fc6b0eab5b636d500cc256581c06b1ce39f6.zmedico@gentoo
1 commit: 4368fc6b0eab5b636d500cc256581c06b1ce39f6
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 17:17:49 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 17:18:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4368fc6b
7
8 sys-process/tini: add vim-core to DEPEND for bug 597048
9
10 Package-Manager: portage-2.3.2
11
12 sys-process/tini/tini-0.10.0.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/sys-process/tini/tini-0.10.0.ebuild b/sys-process/tini/tini-0.10.0.ebuild
16 index a9ff2c7..7db7a1e 100644
17 --- a/sys-process/tini/tini-0.10.0.ebuild
18 +++ b/sys-process/tini/tini-0.10.0.ebuild
19 @@ -15,6 +15,9 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE="static"
22
23 +# vim-core is needed just for the xxd program
24 +DEPEND="app-editors/vim-core"
25 +
26 src_compile() {
27 append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
28 cmake-utils_src_compile