Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/augustus/
Date: Thu, 01 Dec 2016 18:44:27
Message-Id: 1480617841.f27843ff427867921374d9b23f9f074be211e191.mmokrejs@gentoo
1 commit: f27843ff427867921374d9b23f9f074be211e191
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 1 18:44:01 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 1 18:44:01 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f27843ff
7
8 sci-biology/augustus: zap -O3 CFLAG from src/Makefile
9
10 Package-Manager: portage-2.3.2
11
12 sci-biology/augustus/augustus-3.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-biology/augustus/augustus-3.1.ebuild b/sci-biology/augustus/augustus-3.1.ebuild
16 index e67723d..f18c6fc 100644
17 --- a/sci-biology/augustus/augustus-3.1.ebuild
18 +++ b/sci-biology/augustus/augustus-3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -29,6 +29,7 @@ src_prepare() {
26 # TODO: do we need anything from the 2.5.5 patch?
27 # epatch "${FILESDIR}"/${P}-sane-build.patch
28 tc-export CC CXX
29 + sed -e 's/ -O3//g' -i src/Makefile || die
30 }
31
32 src_compile() {