diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:33:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:33:45 +0000 |
commit | 9fd4c20e28c82f9898ce82d767a23715439bbce7 (patch) | |
tree | 42b9f964b8a87230a738aa4f2cb7d0cee0fff90d /dev-python/setuptools | |
parent | Added ~ppc64; bug #166675 (diff) | |
download | gentoo-2-9fd4c20e28c82f9898ce82d767a23715439bbce7.tar.gz gentoo-2-9fd4c20e28c82f9898ce82d767a23715439bbce7.tar.bz2 gentoo-2-9fd4c20e28c82f9898ce82d767a23715439bbce7.zip |
Added ~ppc64; bug #166675
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6_rc5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index b042e84ad249..1e571938cd64 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.18 2007/02/06 12:20:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.19 2007/02/13 20:33:45 corsair Exp $ + + 13 Feb 2007; Markus Rothe <corsair@gentoo.org> setuptools-0.6_rc5.ebuild: + Added ~ppc64; bug #166675 06 Feb 2007; Simon Stelling <blubb@gentoo.org> setuptools-0.6_rc3.ebuild: stable on amd64; bug 163759 diff --git a/dev-python/setuptools/setuptools-0.6_rc5.ebuild b/dev-python/setuptools/setuptools-0.6_rc5.ebuild index a63ad42946f3..a4bedef0cc74 100644 --- a/dev-python/setuptools/setuptools-0.6_rc5.ebuild +++ b/dev-python/setuptools/setuptools-0.6_rc5.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/dev-python/setuptools/setuptools-0.6_rc5.ebuild,v 1.1 2007/01/21 01:10:02 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc5.ebuild,v 1.2 2007/02/13 20:33:45 corsair Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.g LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/python-2.4.2" |