diff options
author | 2013-08-11 14:55:23 +0000 | |
---|---|---|
committer | 2013-08-11 14:55:23 +0000 | |
commit | 572fb74e26fba60b7bd4af3b408ce30f65302ac6 (patch) | |
tree | a7938d466972793ee4987d5068d007d5a62e8ee4 /sci-biology/abyss/abyss-1.3.4.ebuild | |
parent | fix doc install dir wrt #480518 (diff) | |
download | gentoo-2-572fb74e26fba60b7bd4af3b408ce30f65302ac6.tar.gz gentoo-2-572fb74e26fba60b7bd4af3b408ce30f65302ac6.tar.bz2 gentoo-2-572fb74e26fba60b7bd4af3b408ce30f65302ac6.zip |
sci-biology/abyss: Version BUmp, respect AR, #477580
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/abyss/abyss-1.3.4.ebuild')
-rw-r--r-- | sci-biology/abyss/abyss-1.3.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-biology/abyss/abyss-1.3.4.ebuild b/sci-biology/abyss/abyss-1.3.4.ebuild index 3e8e7fa36f4e..a6d4ea462569 100644 --- a/sci-biology/abyss/abyss-1.3.4.ebuild +++ b/sci-biology/abyss/abyss-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.4.ebuild,v 1.2 2013/07/17 07:32:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.4.ebuild,v 1.3 2013/08/11 14:55:22 jlec Exp $ EAPI=5 @@ -25,9 +25,13 @@ RDEPEND="${DEPEND}" # todo: --enable-maxk=N configure option # todo: fix automagic mpi toggling -PATCHES=( "${FILESDIR}"/${P}-gcc-4.7.patch ) +PATCHES=( + "${FILESDIR}"/${P}-gcc-4.7.patch + "${FILESDIR}"/${PN}-1.3.3-ac_prog_ar.patch + ) src_prepare() { + tc-export AR sed -i -e "s/-Werror//" configure.ac || die #365195 sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die autotools-utils_src_prepare |