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 E9ECD138DB0 for ; Sat, 15 Oct 2016 07:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73707E0A9D; Sat, 15 Oct 2016 07:19:02 +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 593FDE0A9D for ; Sat, 15 Oct 2016 07:19:02 +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 0D73834105A for ; Sat, 15 Oct 2016 07:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D2C92EE for ; Sat, 15 Oct 2016 07:18:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1476515903.e31dd09a7c9d1ad0223d742123999736c3823d10.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/openipmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/openipmi/openipmi-2.0.22.ebuild X-VCS-Directories: sys-libs/openipmi/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e31dd09a7c9d1ad0223d742123999736c3823d10 X-VCS-Branch: master Date: Sat, 15 Oct 2016 07:18:59 +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: 0d6bbff5-e86d-41e2-a5be-9dfe10ca7465 X-Archives-Hash: ae52418238cc6318826b73ba91cd403b commit: e31dd09a7c9d1ad0223d742123999736c3823d10 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 15 07:18:23 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 15 07:18:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31dd09a sys-libs/openipmi: Disable dev-libs/glib:1 explicitly (bug #590276). Package-Manager: portage-2.3.2 sys-libs/openipmi/openipmi-2.0.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/openipmi/openipmi-2.0.22.ebuild b/sys-libs/openipmi/openipmi-2.0.22.ebuild index f7b7c94..ddc8a22 100644 --- a/sys-libs/openipmi/openipmi-2.0.22.ebuild +++ b/sys-libs/openipmi/openipmi-2.0.22.ebuild @@ -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 }