diff options
author | Brent Baude <ranger@gentoo.org> | 2008-10-07 00:00:16 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-10-07 00:00:16 +0000 |
commit | 6404e217d6fdc087f9ad0b676e920810b0535931 (patch) | |
tree | 47e9f4468a96a4f21b1cdcb370fa0e64055f2c35 /dev-python/py/py-0.9.1.ebuild | |
parent | stable ppc64, bug 240297 (diff) | |
download | gentoo-2-6404e217d6fdc087f9ad0b676e920810b0535931.tar.gz gentoo-2-6404e217d6fdc087f9ad0b676e920810b0535931.tar.bz2 gentoo-2-6404e217d6fdc087f9ad0b676e920810b0535931.zip |
Marking py-0.9.1 ~ppc64 for bug 236705
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/py/py-0.9.1.ebuild')
-rw-r--r-- | dev-python/py/py-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/py/py-0.9.1.ebuild b/dev-python/py/py-0.9.1.ebuild index 81c2faaf48e8..c63f734172c7 100644 --- a/dev-python/py/py-0.9.1.ebuild +++ b/dev-python/py/py-0.9.1.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/py/py-0.9.1.ebuild,v 1.1 2008/07/17 19:52:15 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-0.9.1.ebuild,v 1.2 2008/10/07 00:00:16 ranger Exp $ NEED_PYTHON=2.3 @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="A library aiming to support agile and test-driven python development on various levels." SRC_URI="http://codespeak.net/download/${PN}/${P}.tar.gz" HOMEPAGE="http://codespeak.net/py/" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="MIT" IUSE="" |