diff options
author | David Holm <dholm@gentoo.org> | 2004-07-03 16:47:08 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-03 16:47:08 +0000 |
commit | c9aab5911e7cb8f18c736330170851e32c824ef1 (patch) | |
tree | 4012378c3723f76e005b56640fd3af868edf6563 /dev-python/quixote | |
parent | Mark stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c9aab5911e7cb8f18c736330170851e32c824ef1.tar.gz gentoo-2-c9aab5911e7cb8f18c736330170851e32c824ef1.tar.bz2 gentoo-2-c9aab5911e7cb8f18c736330170851e32c824ef1.zip |
Added to ~ppc
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 3c21dccb88f4..667ea1f6ed4c 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.10 2004/07/02 20:15:04 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.11 2004/07/03 16:45:42 dholm Exp $ + + 03 Jul 2004; David Holm <dholm@gentoo.org> quixote-1.0.ebuild: + Added to ~ppc. *quixote-1.0 (02 Jul 2004) 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 |