From 19635979086a95d6217c86024312653b20d503f9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 7 Nov 2015 10:09:46 +0100 Subject: 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 --- sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild index d1c08139b7fb..bbb38de20fbd 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 -- cgit v1.2.3-65-gdbad