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 4F9DE139BC8 for ; Mon, 28 Sep 2015 11:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE33AE085D; Mon, 28 Sep 2015 11:10:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79939E085C for ; Mon, 28 Sep 2015 11:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 807493408EC for ; Mon, 28 Sep 2015 11:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045E9236 for ; Mon, 28 Sep 2015 11:10:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1443327793.1e1553ab55c4c56798279c2c78cf98d957e7d4c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sysdig/sysdig-0.1.104.ebuild X-VCS-Directories: dev-util/sysdig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e1553ab55c4c56798279c2c78cf98d957e7d4c6 X-VCS-Branch: master Date: Mon, 28 Sep 2015 11:10:24 +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: 9262dda0-c8bf-463c-87b3-8e747e7a669e X-Archives-Hash: 420dd7795b2f43fefde2292238820521 commit: 1e1553ab55c4c56798279c2c78cf98d957e7d4c6 Author: Gregory M. Turner be-evil net> AuthorDate: Sun Sep 20 23:07:30 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 27 04:23:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1553ab >=dev-util/sysdig-0.1.104: Unbundle ncurses Unbundle the new libncurses library dependency, which appears due to 0.1.104's addition of the csysdig utility. Also, add libncurses to {,R}DEPEND, since, once we unbundle, the library obviously must come from ${ROOT}. Building against sys-libs/libncurses-5.9-r3 (the latest version in the stable branch) has been successfully tested thanks to mgorny. Fixes: #559218 Signed-off-by: Gregory M. Turner be-evil.net> dev-util/sysdig/sysdig-0.1.104.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/sysdig/sysdig-0.1.104.ebuild b/dev-util/sysdig/sysdig-0.1.104.ebuild index 5ada6f7..dbd0e94 100644 --- a/dev-util/sysdig/sysdig-0.1.104.ebuild +++ b/dev-util/sysdig/sysdig-0.1.104.ebuild @@ -17,6 +17,7 @@ IUSE="+modules" RDEPEND="dev-lang/luajit:2= >=dev-libs/jsoncpp-0.6_pre:0= + sys-libs/ncurses:0= sys-libs/zlib:0=" DEPEND="${RDEPEND} app-arch/xz-utils @@ -54,6 +55,7 @@ src_configure() { -DJSONCPP_PREFIX="${EPREFIX}"/usr -DJSONCPP_INCLUDE="${EPREFIX}"/usr/include/jsoncpp -DUSE_BUNDLED_ZLIB=OFF + -DUSE_BUNDLED_NCURSES=OFF -DZLIB_PREFIX="${EPREFIX}"/usr )