diff options
Diffstat (limited to 'dev-python/quixote/quixote-1.0.ebuild')
-rw-r--r-- | dev-python/quixote/quixote-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/quixote/quixote-1.0.ebuild b/dev-python/quixote/quixote-1.0.ebuild index db4704ba4407..f12afaf14232 100644 --- a/dev-python/quixote/quixote-1.0.ebuild +++ b/dev-python/quixote/quixote-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.1 2004/07/02 20:15:04 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.2 2004/07/03 16:45:42 dholm Exp $ MY_P=${P/q/Q} DESCRIPTION="Python HTML templating framework for developing web applications." @@ -9,7 +9,7 @@ SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" inherit distutils |