diff options
-rw-r--r-- | dev-python/fpconst/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.7.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog index 1a87763c538a..6ac65b68b4f2 100644 --- a/dev-python/fpconst/ChangeLog +++ b/dev-python/fpconst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fpconst -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.34 2011/01/01 21:47:09 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.35 2012/05/13 20:17:37 aballier Exp $ + + 13 May 2012; Alexis Ballier <aballier@gentoo.org> fpconst-0.7.3.ebuild: + keyword ~amd64-fbsd 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> fpconst-0.7.3.ebuild: diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild index b68bed66280f..2089e63a6795 100644 --- a/dev-python/fpconst/fpconst-0.7.3.ebuild +++ b/dev-python/fpconst/fpconst-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.17 2011/01/01 21:47:09 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.18 2012/05/13 20:17:37 aballier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ DESCRIPTION="Python Module for handling IEEE 754 floating point special values" HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/" SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" LICENSE="GPL-2" IUSE="" |