sci-biology/bfast: Fix inlining
authorJustin Lecher <jlec@gentoo.org>
Fri, 25 Dec 2015 11:43:04 +0000 (12:43 +0100)
committerJustin Lecher <jlec@gentoo.org>
Fri, 25 Dec 2015 11:44:51 +0000 (12:44 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569656

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-biology/bfast/bfast-0.7.0a.ebuild

index 90833435403325195fe14f035c2f5f257485eb13..b901ed5e9ab84dbc9991877e290e8dba753cd0cd 100644 (file)
@@ -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
 }