diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 19:24:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 19:24:33 +0000 |
commit | d87a25cfc85157dd09f6191cbef94b71d2b1de60 (patch) | |
tree | 8ec67031ddb8842d53fe7e51e66301a5927ad46c /sci-libs | |
parent | Keyword amd64-linux x86-linux (diff) | |
download | gentoo-2-d87a25cfc85157dd09f6191cbef94b71d2b1de60.tar.gz gentoo-2-d87a25cfc85157dd09f6191cbef94b71d2b1de60.tar.bz2 gentoo-2-d87a25cfc85157dd09f6191cbef94b71d2b1de60.zip |
Keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index b2522bd10596..1b3a0b8ca7e0 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.115 2012/07/17 08:11:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.116 2012/08/03 19:24:33 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> itpp-4.2-r2.ebuild: + Keyword amd64-linux x86-linux 17 Jul 2012; Justin Lecher <jlec@gentoo.org> itpp-4.2-r1.ebuild, itpp-4.2-r2.ebuild, +files/itpp-4.2-pkg-config.patch: @@ -471,4 +474,3 @@ +itpp-3.9.1.ebuild: Initial import (fixes bug #120163). Many thanks to Adam Piątyszek <ediap@et.put.poznan.pl> for his ebuild. - diff --git a/sci-libs/itpp/itpp-4.2-r2.ebuild b/sci-libs/itpp/itpp-4.2-r2.ebuild index dba084af674e..f7d283973167 100644 --- a/sci-libs/itpp/itpp-4.2-r2.ebuild +++ b/sci-libs/itpp/itpp-4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.2-r2.ebuild,v 1.2 2012/07/17 08:11:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.2-r2.ebuild,v 1.3 2012/08/03 19:24:33 bicatali Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="blas debug doc fftw lapack minimal static-libs" RDEPEND=" |