diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-18 02:04:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-18 02:04:58 +0000 |
commit | f1c21d15a092c74233fd96445b863204734ddaaa (patch) | |
tree | a113ce7544df942a2f15c7cb7b07489c19237a77 /dev-python/setuptools | |
parent | Stable for HPPA (bug #228161). (diff) | |
download | gentoo-2-f1c21d15a092c74233fd96445b863204734ddaaa.tar.gz gentoo-2-f1c21d15a092c74233fd96445b863204734ddaaa.tar.bz2 gentoo-2-f1c21d15a092c74233fd96445b863204734ddaaa.zip |
Stable for HPPA (bug #231954).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6_rc8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index b343180bb93d..32f3483450b8 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.42 2008/07/17 19:27:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.43 2008/07/18 02:04:58 jer Exp $ + + 18 Jul 2008; Jeroen Roovers <jer@gentoo.org> setuptools-0.6_rc8-r1.ebuild: + Stable for HPPA (bug #231954). 17 Jul 2008; Markus Rothe <corsair@gentoo.org> setuptools-0.6_rc8-r1.ebuild: diff --git a/dev-python/setuptools/setuptools-0.6_rc8-r1.ebuild b/dev-python/setuptools/setuptools-0.6_rc8-r1.ebuild index 1c94e88f7e60..4ea7a859fbd8 100644 --- a/dev-python/setuptools/setuptools-0.6_rc8-r1.ebuild +++ b/dev-python/setuptools/setuptools-0.6_rc8-r1.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_rc8-r1.ebuild,v 1.4 2008/07/17 19:27:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc8-r1.ebuild,v 1.5 2008/07/18 02:04:58 jer 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 x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |