From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84B9859CAF for ; Sat, 2 Apr 2016 16:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C6C21C00E; Sat, 2 Apr 2016 16:59:17 +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 9918921C00E for ; Sat, 2 Apr 2016 16:59:16 +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 B553F340ADB for ; Sat, 2 Apr 2016 16:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A23971 for ; Sat, 2 Apr 2016 16:59:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1459616343.da1096eeaa61e7aa9e6b1d9ef40aa5d6a5ce12c7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ltrace/ltrace-0.7.3_p4.ebuild X-VCS-Directories: dev-util/ltrace/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: da1096eeaa61e7aa9e6b1d9ef40aa5d6a5ce12c7 X-VCS-Branch: master Date: Sat, 2 Apr 2016 16:59:13 +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: 72944cd3-e8ac-4159-b258-7702351dc540 X-Archives-Hash: 4efdb25b3383ca893707ea2ec1300820 commit: da1096eeaa61e7aa9e6b1d9ef40aa5d6a5ce12c7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 2 16:58:40 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 2 16:59:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1096ee dev-util/ltrace: use binutils-libs as a __cxa_demangle provider Package-Manager: portage-2.2.28 dev-util/ltrace/ltrace-0.7.3_p4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index cb60e0e..5ee60c2 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild @@ -24,6 +24,7 @@ RDEPEND="dev-libs/elfutils selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/libunwind )" DEPEND="${RDEPEND} + sys-libs/binutils-libs test? ( dev-util/dejagnu )" S=${WORKDIR}/${PN}-${LTRACE_V}