diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-10-10 08:42:33 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-10-10 08:42:33 +0000 |
commit | e8ba1841b8b65eb573dd37ada3992ca62d9b4c02 (patch) | |
tree | 109fa4d61a55afeb310fa98541ac6cede3ae4826 /dev-python/fpconst | |
parent | version bump; probably breaks stuff but oh well, thats GNU 4 U (Manifest reco... (diff) | |
download | gentoo-2-e8ba1841b8b65eb573dd37ada3992ca62d9b4c02.tar.gz gentoo-2-e8ba1841b8b65eb573dd37ada3992ca62d9b4c02.tar.bz2 gentoo-2-e8ba1841b8b65eb573dd37ada3992ca62d9b4c02.zip |
~amd64
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r-- | dev-python/fpconst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog index 8e30576d9859..d3c183ef2dc6 100644 --- a/dev-python/fpconst/ChangeLog +++ b/dev-python/fpconst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fpconst # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.4 2004/06/25 01:29:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.5 2004/10/10 08:41:51 blubb Exp $ + + 10 Oct 2004; Simon Stelling <blubb@gentoo.org> fpconst-0.6.0.ebuild: + added ~amd64 11 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> fpconst-0.6.0.ebuild: Stable on x86. diff --git a/dev-python/fpconst/fpconst-0.6.0.ebuild b/dev-python/fpconst/fpconst-0.6.0.ebuild index 2fb6f6002e7b..02cda8ee1edc 100644 --- a/dev-python/fpconst/fpconst-0.6.0.ebuild +++ b/dev-python/fpconst/fpconst-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.6.0.ebuild,v 1.5 2004/09/02 18:08:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.6.0.ebuild,v 1.6 2004/10/10 08:41:51 blubb Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values" HOMEPAGE="http://www.analytics.washington.edu/Zope/projects/fpconst/" SRC_URI="http://www.analytics.washington.edu/Zope/projects/fpconst/${P}.tar.gz" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" SLOT="0" LICENSE="GPL-2" IUSE="" |