diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-24 15:54:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-24 15:54:58 +0000 |
commit | 76a689dca0820c13b51af9c9dca24f77a3b66c83 (patch) | |
tree | b3fbd19e38de1fa700e7fd798070e3b5eb7b5c07 /sci-mathematics | |
parent | Stable on ppc wrt bug 168148 (diff) | |
download | gentoo-2-76a689dca0820c13b51af9c9dca24f77a3b66c83.tar.gz gentoo-2-76a689dca0820c13b51af9c9dca24f77a3b66c83.tar.bz2 gentoo-2-76a689dca0820c13b51af9c9dca24f77a3b66c83.zip |
add ~amd64, bug 168225
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/fann/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/fann/ChangeLog b/sci-mathematics/fann/ChangeLog index 4ee5cc1b7603..ae44649c2a57 100644 --- a/sci-mathematics/fann/ChangeLog +++ b/sci-mathematics/fann/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/fann # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.6 2007/02/22 01:20:31 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.7 2007/02/24 15:54:58 beandog Exp $ + + 24 Feb 2007; Steve Dibb <beandog@gentoo.org> fann-2.0.0.ebuild: + add ~amd64, bug 168225 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-mathematics/fann/fann-2.0.0.ebuild b/sci-mathematics/fann/fann-2.0.0.ebuild index bf849f15232c..45ecf620e752 100644 --- a/sci-mathematics/fann/fann-2.0.0.ebuild +++ b/sci-mathematics/fann/fann-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.1 2006/10/28 14:13:26 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.2 2007/02/24 15:54:58 beandog Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fann/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc python" DEPEND="python? ( dev-lang/python dev-lang/swig )" |