Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bfast/
Date: Fri, 25 Dec 2015 11:45:07
Message-Id: 1451043891.7820d699763ed59870d592a1ae2cc4e23b776fe2.jlec@gentoo
1 commit: 7820d699763ed59870d592a1ae2cc4e23b776fe2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 11:43:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 11:44:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7820d699
7
8 sci-biology/bfast: Fix inlining
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569656
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-biology/bfast/bfast-0.7.0a.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-biology/bfast/bfast-0.7.0a.ebuild b/sci-biology/bfast/bfast-0.7.0a.ebuild
19 index 9083343..b901ed5 100644
20 --- a/sci-biology/bfast/bfast-0.7.0a.ebuild
21 +++ b/sci-biology/bfast/bfast-0.7.0a.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -6,7 +6,7 @@ EAPI=5
29
30 AUTOTOOLS_AUTORECONF=true
31
32 -inherit autotools-utils
33 +inherit autotools-utils flag-o-matic
34
35 DESCRIPTION="Blat-like Fast Accurate Search Tool"
36 HOMEPAGE="https://sourceforge.net/projects/bfast/"
37 @@ -36,5 +36,7 @@ src_prepare() {
38
39 use test && AUTOTOOLS_IN_SOURCE_BUILD=1
40
41 + append-flags -fgnu89-inline
42 +
43 autotools-utils_src_prepare
44 }