diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-15 19:11:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-15 19:11:50 +0000 |
commit | 39f3ca2aedc96a30f2d4886583bdfc77a8334caa (patch) | |
tree | 9b024469df7fa3066be5a7b249eb5bc5bc3cb88b /sci-libs/amd/amd-2.2.0.ebuild | |
parent | Correct dependency brackets, so amd64 does not pull in OpenMotif; stick amd64... (diff) | |
download | gentoo-2-39f3ca2aedc96a30f2d4886583bdfc77a8334caa.tar.gz gentoo-2-39f3ca2aedc96a30f2d4886583bdfc77a8334caa.tar.bz2 gentoo-2-39f3ca2aedc96a30f2d4886583bdfc77a8334caa.zip |
added patch for test
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/amd/amd-2.2.0.ebuild')
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index f1a285bbf3db..cd110c7fe570 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.3 2008/03/03 18:55:33 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.4 2008/03/15 19:11:50 bicatali Exp $ inherit autotools eutils fortran @@ -23,6 +23,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-autotools.patch + epatch "${FILESDIR}"/${P}-tests.patch eautoreconf } |