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 CDC01138334 for ; Tue, 8 Jan 2019 09:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3FBE0BE0; Tue, 8 Jan 2019 09:25:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B5154E0BE0 for ; Tue, 8 Jan 2019 09:25:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B5026335CC8 for ; Tue, 8 Jan 2019 09:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC72450C for ; Tue, 8 Jan 2019 09:25:34 +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: <1546939525.84b5bce477ce8cd35a40ac88dcc83e339c93eacb.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-3.1-r1.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 84b5bce477ce8cd35a40ac88dcc83e339c93eacb X-VCS-Branch: master Date: Tue, 8 Jan 2019 09:25:34 +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: ca26c44a-7120-4246-8505-164b02c3c1cf X-Archives-Hash: 585703e30b95271d2a3afd280a9573eb commit: 84b5bce477ce8cd35a40ac88dcc83e339c93eacb Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 8 08:39:01 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 8 09:25:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b5bce4 dev-util/systemtap: Fixed dependencies Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-util/systemtap/systemtap-3.1-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/systemtap/systemtap-3.1-r1.ebuild b/dev-util/systemtap/systemtap-3.1-r1.ebuild index be6ed6219e4..66b6c5bb875 100644 --- a/dev-util/systemtap/systemtap-3.1-r1.ebuild +++ b/dev-util/systemtap/systemtap-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,11 @@ KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 s390 ~sparc x86" IUSE="libvirt sqlite" RDEPEND=">=dev-libs/elfutils-0.142 - sys-libs/libcap + dev-libs/json-c:= + dev-libs/nspr + dev-libs/nss + sys-libs/ncurses:0= + sys-libs/readline:0= ${PYTHON_DEPS} libvirt? ( >=app-emulation/libvirt-1.0.2 ) sqlite? ( dev-db/sqlite:3 )"