diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-22 08:44:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-22 08:44:09 +0000 |
commit | 054ccebc4f56225b9da543b55e74a398425cd425 (patch) | |
tree | 157923131229b9a6f5a18d426b0c4614688ffb91 /dev-python/quixote | |
parent | Stable for amd64, wrt bug #535368 (diff) | |
download | gentoo-2-054ccebc4f56225b9da543b55e74a398425cd425.tar.gz gentoo-2-054ccebc4f56225b9da543b55e74a398425cd425.tar.bz2 gentoo-2-054ccebc4f56225b9da543b55e74a398425cd425.zip |
Stable for amd64, wrt bug #535370
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index f725a51fe8c6..2dc8715c1359 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.40 2014/05/19 07:38:46 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.41 2015/01/22 08:44:09 ago Exp $ + + 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> quixote-2.8.ebuild: + Stable for amd64, wrt bug #535370 *quixote-2.8 (19 May 2014) diff --git a/dev-python/quixote/quixote-2.8.ebuild b/dev-python/quixote/quixote-2.8.ebuild index b5e8e1fdceda..05a8302aa3ee 100644 --- a/dev-python/quixote/quixote-2.8.ebuild +++ b/dev-python/quixote/quixote-2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.1 2014/05/19 07:38:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.2 2015/01/22 08:44:09 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}] ) |