diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-04-23 17:29:25 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-04-23 17:29:25 +0000 |
commit | 5c2fc54c291544c7b82370ffd43ea2a9e50bd744 (patch) | |
tree | 275ca6fcad3bea722274f9df96bf34ae561b7c54 /dev-python/setuptools | |
parent | Stable on alpha, bug #265705 (diff) | |
download | gentoo-2-5c2fc54c291544c7b82370ffd43ea2a9e50bd744.tar.gz gentoo-2-5c2fc54c291544c7b82370ffd43ea2a9e50bd744.tar.bz2 gentoo-2-5c2fc54c291544c7b82370ffd43ea2a9e50bd744.zip |
Stable on alpha, bug #267209
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6_rc9.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index 2c8ccc03073f..674780ff7580 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.46 2008/10/10 18:54:01 pythonhead Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.47 2009/04/23 17:29:25 klausman Exp $ + + 23 Apr 2009; Tobias Klausmann <klausman@gentoo.org> setuptools-0.6_rc9: + Stable on alpha, bug #267209 *setuptools-0.6_rc9 (10 Oct 2008) diff --git a/dev-python/setuptools/setuptools-0.6_rc9.ebuild b/dev-python/setuptools/setuptools-0.6_rc9.ebuild index 6433dcb9244e..89be9680e8d7 100644 --- a/dev-python/setuptools/setuptools-0.6_rc9.ebuild +++ b/dev-python/setuptools/setuptools-0.6_rc9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9.ebuild,v 1.1 2008/10/10 18:54:01 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9.ebuild,v 1.2 2009/04/23 17:29:25 klausman Exp $ NEED_PYTHON="2.4" @@ -13,7 +13,7 @@ HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools" SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.gz" LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" |