diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 22:02:01 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 22:02:01 +0000 |
commit | 696738773597734f09f7861dd211536129307011 (patch) | |
tree | 33f299ce8467ffc9780bc375d948efc9d7484201 /sci-libs | |
parent | Stable on x86, bug #164978. (diff) | |
download | gentoo-2-696738773597734f09f7861dd211536129307011.tar.gz gentoo-2-696738773597734f09f7861dd211536129307011.tar.bz2 gentoo-2-696738773597734f09f7861dd211536129307011.zip |
Added ~ppc wrt bug 164755
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-3.10.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index 167ad1b5d2dd..cbe7d752b84e 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.22 2007/01/31 21:02:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.23 2007/02/03 22:02:01 nixnut Exp $ + + 03 Feb 2007; nixnut <nixnut@gentoo.org> itpp-3.10.8.ebuild: + Added ~ppc wrt bug 164755 31 Jan 2007; Markus Rothe <corsair@gentoo.org> itpp-3.10.8.ebuild, itpp-3.99.0.ebuild: diff --git a/sci-libs/itpp/itpp-3.10.8.ebuild b/sci-libs/itpp/itpp-3.10.8.ebuild index b29d00821151..f35c5058d53f 100644 --- a/sci-libs/itpp/itpp-3.10.8.ebuild +++ b/sci-libs/itpp/itpp-3.10.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.8.ebuild,v 1.3 2007/01/31 21:02:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.8.ebuild,v 1.4 2007/02/03 22:02:01 nixnut Exp $ inherit fortran @@ -10,7 +10,7 @@ HOMEPAGE="http://itpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="blas cblas debug doc fftw lapack" DEPEND="fftw? ( >=sci-libs/fftw-3.0.0 ) |