From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2CD0138330 for ; Thu, 13 Oct 2016 17:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9531E0C51; Thu, 13 Oct 2016 17:18:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90FC9E0C51 for ; Thu, 13 Oct 2016 17:18:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CCE7341646 for ; Thu, 13 Oct 2016 17:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC43300 for ; Thu, 13 Oct 2016 17:18:37 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1476379111.4368fc6b0eab5b636d500cc256581c06b1ce39f6.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tini/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/tini/tini-0.10.0.ebuild X-VCS-Directories: sys-process/tini/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4368fc6b0eab5b636d500cc256581c06b1ce39f6 X-VCS-Branch: master Date: Thu, 13 Oct 2016 17:18:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5957cdf4-ed49-41db-bf0f-c7070990c8fc X-Archives-Hash: ed7cf18e7e9b4f7be476f56a7913341a commit: 4368fc6b0eab5b636d500cc256581c06b1ce39f6 Author: Zac Medico gentoo org> AuthorDate: Thu Oct 13 17:17:49 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 13 17:18:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4368fc6b 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 a9ff2c7..7db7a1e 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