diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-15 02:33:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-15 02:50:40 +0100 |
commit | e05cbf97c6f47ed2320818aedc0c23bc1387fbc8 (patch) | |
tree | 71346d5663d3adfb1a054a6f2bb69378dc933dca /sci-biology | |
parent | app-portage/grs: fix installation under /usr/share (diff) | |
download | gentoo-e05cbf97c6f47ed2320818aedc0c23bc1387fbc8.tar.gz gentoo-e05cbf97c6f47ed2320818aedc0c23bc1387fbc8.tar.bz2 gentoo-e05cbf97c6f47ed2320818aedc0c23bc1387fbc8.zip |
sci-biology/amos: Add missing USE=qt4 build switch
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/amos/amos-3.1.0-r3.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
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 |