diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-08-29 16:26:17 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-08-29 16:26:17 +0000 |
commit | 240c14586f602d7a7b5c0d1c60b10332d0434e9a (patch) | |
tree | 5da8a8a131eb533421b9e8dbd10f75334db56653 | |
parent | Fix compilation with linux-2.6.13. (diff) | |
download | gentoo-2-240c14586f602d7a7b5c0d1c60b10332d0434e9a.tar.gz gentoo-2-240c14586f602d7a7b5c0d1c60b10332d0434e9a.tar.bz2 gentoo-2-240c14586f602d7a7b5c0d1c60b10332d0434e9a.zip |
Stable ppc-macos
(Portage version: 2.0.51.21)
-rw-r--r-- | dev-python/fpconst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog index d7e7f1b6979e..d08f7065a213 100644 --- a/dev-python/fpconst/ChangeLog +++ b/dev-python/fpconst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fpconst # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.13 2005/06/17 20:52:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.14 2005/08/29 16:26:17 j4rg0n Exp $ + + 29 Aug 2005; Lina Pezzella <j4rg0n@gentoo.org> fpconst-0.7.1.ebuild: + Stable ppc-macos 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> fpconst-0.7.1.ebuild: Stable on ppc. diff --git a/dev-python/fpconst/fpconst-0.7.1.ebuild b/dev-python/fpconst/fpconst-0.7.1.ebuild index 58fbcc64e80d..381c969eab69 100644 --- a/dev-python/fpconst/fpconst-0.7.1.ebuild +++ b/dev-python/fpconst/fpconst-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.3 2005/06/17 20:52:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.1.ebuild,v 1.4 2005/08/29 16:26:17 j4rg0n Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values" HOMEPAGE="http://research.warnes.net/projects/rzope/fpconst/" SRC_URI="http://research.warnes.net/~warnes/fpconst/${P}.tar.gz" -KEYWORDS="~amd64 ppc ~ppc-macos ~sparc x86" +KEYWORDS="~amd64 ppc ppc-macos ~sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" |