From e05cbf97c6f47ed2320818aedc0c23bc1387fbc8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 15 Jan 2018 02:33:10 +0100 Subject: sci-biology/amos: Add missing USE=qt4 build switch Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- sci-biology/amos/amos-3.1.0-r3.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/amos/amos-3.1.0-r3.ebuild b/sci-biology/amos/amos-3.1.0-r3.ebuild index ab383a3b95a0..33c30995b11b 100644 --- a/sci-biology/amos/amos-3.1.0-r3.ebuild +++ b/sci-biology/amos/amos-3.1.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools flag-o-matic python-single-r1 +inherit autotools flag-o-matic python-single-r1 qmake-utils DESCRIPTION="A Modular, Open-Source whole genome assembler" HOMEPAGE="http://amos.sourceforge.net/" @@ -42,6 +42,11 @@ src_prepare() { append-cxxflags -Wno-cpp } +src_configure() { + econf \ + --with-qmake-qt4=$(usex qt4 $(qt4_get_bindir)/qmake no) +} + src_install() { default python_fix_shebang "${ED%/}"/usr/bin/goBambus2 -- cgit v1.2.3