commit: 7820d699763ed59870d592a1ae2cc4e23b776fe2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Dec 25 11:43:04 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Dec 25 11:44:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7820d699
sci-biology/bfast: Fix inlining Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569656 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/bfast/bfast-0.7.0a.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-biology/bfast/bfast-0.7.0a.ebuild b/sci-biology/bfast/bfast-0.7.0a.ebuild index 9083343..b901ed5 100644 --- a/sci-biology/bfast/bfast-0.7.0a.ebuild +++ b/sci-biology/bfast/bfast-0.7.0a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 AUTOTOOLS_AUTORECONF=true -inherit autotools-utils +inherit autotools-utils flag-o-matic DESCRIPTION="Blat-like Fast Accurate Search Tool" HOMEPAGE="https://sourceforge.net/projects/bfast/" @@ -36,5 +36,7 @@ src_prepare() { use test && AUTOTOOLS_IN_SOURCE_BUILD=1 + append-flags -fgnu89-inline + autotools-utils_src_prepare }
