diff options
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 e1bbaae4d040..beaf2fafc9e0 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.13 2005/02/07 15:46:14 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.14 2005/02/19 06:21:42 gongloo Exp $ + + 19 Feb 2005; <gongloo@gentoo.org> quixote-1.0.ebuild: + Stable on ppc-macos. 07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> quixote-0.6.1.ebuild, quixote-1.0.ebuild: diff --git a/dev-python/quixote/quixote-1.0.ebuild b/dev-python/quixote/quixote-1.0.ebuild index e09172cb9b2d..cbb48ec8c818 100644 --- a/dev-python/quixote/quixote-1.0.ebuild +++ b/dev-python/quixote/quixote-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.4 2005/02/07 15:46:14 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.5 2005/02/19 06:21:42 gongloo Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc-macos" +KEYWORDS="~x86 ~ppc ppc-macos" IUSE="" DEPEND=">=dev-lang/python-2.2" |