From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 CE04C138334 for ; Thu, 24 Jan 2019 15:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D6AE097D; Thu, 24 Jan 2019 15:07:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B696AE097D for ; Thu, 24 Jan 2019 15:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4C8F335C8C for ; Thu, 24 Jan 2019 15:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D354E3 for ; Thu, 24 Jan 2019 15:06:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1548342408.c486b4a0f3a3672bf1f4d80d48b0a4ae6e14e4c6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/systemtap/systemtap-4.0-r1.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c486b4a0f3a3672bf1f4d80d48b0a4ae6e14e4c6 X-VCS-Branch: master Date: Thu, 24 Jan 2019 15:06:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9845b3ee-7bc2-42e2-89ba-4f7a172151c5 X-Archives-Hash: bfe1915012a104651ed8ae364f41bd41 commit: c486b4a0f3a3672bf1f4d80d48b0a4ae6e14e4c6 Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 24 15:06:35 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 24 15:06:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c486b4a0 dev-util/systemtap: Added app-arch/cpio to DEPEND. Closes: https://bugs.gentoo.org/674902 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-util/systemtap/systemtap-4.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/systemtap/systemtap-4.0-r1.ebuild b/dev-util/systemtap/systemtap-4.0-r1.ebuild index f3f7f937910..c978e0325f7 100644 --- a/dev-util/systemtap/systemtap-4.0-r1.ebuild +++ b/dev-util/systemtap/systemtap-4.0-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND=">=dev-libs/elfutils-0.142 ) " DEPEND="${RDEPEND} + app-arch/cpio app-text/xmlto >=sys-devel/gettext-0.18.2 libvirt? ( dev-libs/libxml2 )