diff options
-rw-r--r-- | sci-libs/spr/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/spr/spr-3.3.2.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-libs/spr/ChangeLog b/sci-libs/spr/ChangeLog index 5068f781df9a..8cac6ad05a4a 100644 --- a/sci-libs/spr/ChangeLog +++ b/sci-libs/spr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/spr -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/spr/ChangeLog,v 1.1 2011/05/04 00:15:31 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/spr/ChangeLog,v 1.2 2012/08/03 22:37:37 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> spr-3.3.2.ebuild: + keyword amd64-linux x86-linux *spr-3.3.2 (04 May 2011) @@ -12,4 +15,3 @@ 12 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org> +files/spr-3.3.1-autotools.patch, +metadata.xml, +spr-3.3.1.ebuild: Initial import - 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/ } |