diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 22:37:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 22:37:37 +0000 |
commit | e6f5a1e1da9185c7b9a1b90c5177d704bf4fd4c9 (patch) | |
tree | 11bfb3092367ab80daf8bd1e9378ec074c583905 /sci-libs/spr/spr-3.3.2.ebuild | |
parent | license is not as-is but rather MIT (diff) | |
download | gentoo-2-e6f5a1e1da9185c7b9a1b90c5177d704bf4fd4c9.tar.gz gentoo-2-e6f5a1e1da9185c7b9a1b90c5177d704bf4fd4c9.tar.bz2 gentoo-2-e6f5a1e1da9185c7b9a1b90c5177d704bf4fd4c9.zip |
keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/spr/spr-3.3.2.ebuild')
-rw-r--r-- | sci-libs/spr/spr-3.3.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/spr/spr-3.3.2.ebuild b/sci-libs/spr/spr-3.3.2.ebuild index 76f9e6b48877..7fd3769d6521 100644 --- a/sci-libs/spr/spr-3.3.2.ebuild +++ b/sci-libs/spr/spr-3.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/spr/spr-3.3.2.ebuild,v 1.1 2011/05/04 00:15:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/spr/spr-3.3.2.ebuild,v 1.2 2012/08/03 22:37:37 bicatali Exp $ EAPI=4 inherit eutils autotools @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/statpatrec/${MYP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="root static-libs" @@ -26,7 +26,7 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-autotools.patch \ "${FILESDIR}"/${P}-gcc46.patch - rm -f aclocal.m4 + rm aclocal.m4 || die eautoreconf cp data/gauss* src/ } |