diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:31:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:31:55 +0000 |
commit | e5a23c90e3421407e7785d8aa501d373462dea82 (patch) | |
tree | fc44e3f232e58b00fa5ad2641e02829bef616313 /app-text/pytextile/pytextile-2.0.11.ebuild | |
parent | arm/sh love (diff) | |
download | gentoo-2-e5a23c90e3421407e7785d8aa501d373462dea82.tar.gz gentoo-2-e5a23c90e3421407e7785d8aa501d373462dea82.tar.bz2 gentoo-2-e5a23c90e3421407e7785d8aa501d373462dea82.zip |
Added ~ppc64; bug #166675
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-text/pytextile/pytextile-2.0.11.ebuild')
-rw-r--r-- | app-text/pytextile/pytextile-2.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pytextile/pytextile-2.0.11.ebuild b/app-text/pytextile/pytextile-2.0.11.ebuild index d4111ec21e0f..6f697820990d 100644 --- a/app-text/pytextile/pytextile-2.0.11.ebuild +++ b/app-text/pytextile/pytextile-2.0.11.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/app-text/pytextile/pytextile-2.0.11.ebuild,v 1.2 2007/02/02 14:46:22 dju Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.11.ebuild,v 1.3 2007/02/13 20:31:55 corsair Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/t/textile/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools" |