diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-01-07 21:54:49 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-01-07 21:54:49 +0000 |
commit | 0a2a16b37ad6c5d33b687cd7d496e37cdb74a50a (patch) | |
tree | f3ef5dcc3efc278b230acba763e069871765c45f /dev-python | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-0a2a16b37ad6c5d33b687cd7d496e37cdb74a50a.tar.gz gentoo-2-0a2a16b37ad6c5d33b687cd7d496e37cdb74a50a.tar.bz2 gentoo-2-0a2a16b37ad6c5d33b687cd7d496e37cdb74a50a.zip |
Marked ppc stable for bug #294696.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 7b3657aa7801..1a71edaa4940 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.29 2010/01/07 06:32:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.30 2010/01/07 21:54:49 josejx Exp $ + + 07 Jan 2010; Joseph Jezak <josejx@gentoo.org> quixote-2.6.ebuild: + Marked ppc stable for bug #294696. 07 Jan 2010; Steve Dibb <beandog@gentoo.org> quixote-2.6.ebuild: amd64 stable, bug 294696 diff --git a/dev-python/quixote/quixote-2.6.ebuild b/dev-python/quixote/quixote-2.6.ebuild index 0066714896d4..951876eb9e34 100644 --- a/dev-python/quixote/quixote-2.6.ebuild +++ b/dev-python/quixote/quixote-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.5 2010/01/07 06:32:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.6 2010/01/07 21:54:49 josejx Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz" LICENSE="CNRI-QUIXOTE-2.4" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=dev-lang/python-2.3" |