sys-libs/openipmi: Disable dev-libs/glib:1 explicitly (bug #590276).
authorJeroen Roovers <jer@gentoo.org>
Sat, 15 Oct 2016 07:18:23 +0000 (09:18 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 15 Oct 2016 07:18:23 +0000 (09:18 +0200)
Package-Manager: portage-2.3.2

sys-libs/openipmi/openipmi-2.0.22.ebuild

index f7b7c94b3fac5798c718776b81eaa069906a3e80..ddc8a22e6f2f77d1a4a571ba6fa2484169269571 100644 (file)
@@ -90,7 +90,7 @@ src_configure() {
        #fi
 
        myconf+=( --without-tkinter )
-       myconf+=( --with-glib --with-swig )
+       myconf+=( --with-glib --with-glibver=2.0 --with-glib12=no --with-swig )
        # these binaries are for root!
        econf ${myconf[@]} --bindir=/usr/sbin
 }