diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-25 12:43:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-25 12:44:51 +0100 |
commit | 7820d699763ed59870d592a1ae2cc4e23b776fe2 (patch) | |
tree | ccbc0a71f288721410312b9c54f164f2bf30531c /sci-biology/bfast | |
parent | dev-python/snowballstemmer: Version Bump (diff) | |
download | gentoo-7820d699763ed59870d592a1ae2cc4e23b776fe2.tar.gz gentoo-7820d699763ed59870d592a1ae2cc4e23b776fe2.tar.bz2 gentoo-7820d699763ed59870d592a1ae2cc4e23b776fe2.zip |
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@gentoo.org>
Diffstat (limited to 'sci-biology/bfast')
-rw-r--r-- | sci-biology/bfast/bfast-0.7.0a.ebuild | 6 |
1 files 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 908334354033..b901ed5e9ab8 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 } |