diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-06-28 13:25:22 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-06-28 13:25:22 +0000 |
commit | 17e6b1bcdd60ea5bae9afceb844c4d579c89c825 (patch) | |
tree | ecb995593d12430dea54422754ae51e4410ea356 /sci-mathematics/fann | |
parent | Added patch to fix compilation on powerpc, marked ppc stable for bug #182524. (diff) | |
download | gentoo-2-17e6b1bcdd60ea5bae9afceb844c4d579c89c825.tar.gz gentoo-2-17e6b1bcdd60ea5bae9afceb844c4d579c89c825.tar.bz2 gentoo-2-17e6b1bcdd60ea5bae9afceb844c4d579c89c825.zip |
Marked ~ppc for bug #182739.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r-- | sci-mathematics/fann/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/fann/ChangeLog b/sci-mathematics/fann/ChangeLog index ae44649c2a57..941422cd3759 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.7 2007/02/24 15:54:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.8 2007/06/28 13:25:22 josejx Exp $ + + 28 Jun 2007; Joseph Jezak <josejx@gentoo.org> fann-2.0.0.ebuild: + Marked ~ppc for bug #182739. 24 Feb 2007; Steve Dibb <beandog@gentoo.org> fann-2.0.0.ebuild: add ~amd64, bug 168225 diff --git a/sci-mathematics/fann/fann-2.0.0.ebuild b/sci-mathematics/fann/fann-2.0.0.ebuild index 45ecf620e752..26df65d55f5a 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-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.2 2007/02/24 15:54:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.3 2007/06/28 13:25:22 josejx Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fann/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc python" DEPEND="python? ( dev-lang/python dev-lang/swig )" |