diff options
author | 2015-01-28 10:33:20 +0000 | |
---|---|---|
committer | 2015-01-28 10:33:20 +0000 | |
commit | 51c56e80fa36fed8d41bf33010e49830dd461fb5 (patch) | |
tree | 42c1cfe732c43add0cc2fb5dcd55ac2ca849b567 /dev-python/quixote | |
parent | Stable for ppc, wrt bug #535368 (diff) | |
download | gentoo-2-51c56e80fa36fed8d41bf33010e49830dd461fb5.tar.gz gentoo-2-51c56e80fa36fed8d41bf33010e49830dd461fb5.tar.bz2 gentoo-2-51c56e80fa36fed8d41bf33010e49830dd461fb5.zip |
Stable for ppc, wrt bug #535370
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 9dfa3f62d883..a21a63da1d74 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.42 2015/01/26 10:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.43 2015/01/28 10:33:20 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> quixote-2.8.ebuild: + Stable for ppc, wrt bug #535370 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> quixote-2.8.ebuild: Stable for x86, wrt bug #535370 diff --git a/dev-python/quixote/quixote-2.8.ebuild b/dev-python/quixote/quixote-2.8.ebuild index 2a0cf181b5c0..a70263f71f0f 100644 --- a/dev-python/quixote/quixote-2.8.ebuild +++ b/dev-python/quixote/quixote-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.3 2015/01/26 10:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.4 2015/01/28 10:33:20 ago Exp $ EAPI=5 # Appears to be written only for py2 @@ -16,7 +16,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="doc test" DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] ) |