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 0FAEF1384B4 for ; Sat, 7 Nov 2015 09:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0B121C009; Sat, 7 Nov 2015 09:10:06 +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 E8AF021C009 for ; Sat, 7 Nov 2015 09:10:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D01933402A2 for ; Sat, 7 Nov 2015 09:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31EB11AC for ; Sat, 7 Nov 2015 09:09:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446887396.19635979086a95d6217c86024312653b20d503f9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild X-VCS-Directories: sci-chemistry/openbabel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 19635979086a95d6217c86024312653b20d503f9 X-VCS-Branch: master Date: Sat, 7 Nov 2015 09:09:58 +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: bbf2e719-4b1c-4dcc-8dee-2974045d7f2c X-Archives-Hash: 3c770299590a68e3015ebed7487e2826 commit: 19635979086a95d6217c86024312653b20d503f9 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 7 09:09:46 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 7 09:09:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19635979 sci-chemistry/openbabel: Only configure WxGtk with USE=wxwidgets Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565040 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild index d1c0813..bbb38de 100644 --- a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild @@ -49,7 +49,7 @@ src_prepare() { } src_configure() { - need-wxwidgets unicode + use wxwidgets && need-wxwidgets unicode local mycmakeargs=() mycmakeargs+=( -DOPENBABEL_USE_SYSTEM_INCHI=ON