>=dev-util/sysdig-0.1.104: Unbundle ncurses github/pr/111
authorGregory M. Turner <gmt@be-evil.net>
Sun, 20 Sep 2015 23:07:30 +0000 (16:07 -0700)
committerGregory M. Turner <gmt@be-evil.net>
Sun, 27 Sep 2015 04:23:13 +0000 (21:23 -0700)
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 <gmt@be-evil.net>
dev-util/sysdig/sysdig-0.1.104.ebuild

index 5ada6f785bd52a5895330801c30e6df9906288b1..dbd0e94bf4aa513b1d7bd53b09533f28c57b3029 100644 (file)
@@ -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
        )