diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:26:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:26:06 +0000 |
commit | 241314c0e504cc0f2511e4beef902f1e915ac600 (patch) | |
tree | 748245736488ddbb584b01f991f17cd707cede45 | |
parent | Stable for x86, wrt bug #535346 (diff) | |
download | gentoo-2-241314c0e504cc0f2511e4beef902f1e915ac600.tar.gz gentoo-2-241314c0e504cc0f2511e4beef902f1e915ac600.tar.bz2 gentoo-2-241314c0e504cc0f2511e4beef902f1e915ac600.zip |
Stable for x86, wrt bug #535354
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/pyparsing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparsing/pyparsing-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparsing/ChangeLog b/dev-python/pyparsing/ChangeLog index 75166d629831..1855f57980b8 100644 --- a/dev-python/pyparsing/ChangeLog +++ b/dev-python/pyparsing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyparsing # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.110 2015/01/22 08:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.111 2015/01/26 10:26:06 ago Exp $ + + 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pyparsing-2.0.3.ebuild: + Stable for x86, wrt bug #535354 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pyparsing-2.0.3.ebuild: Stable for amd64, wrt bug #535354 diff --git a/dev-python/pyparsing/pyparsing-2.0.3.ebuild b/dev-python/pyparsing/pyparsing-2.0.3.ebuild index ed61b6f2cdbd..8ac7ad59c3d3 100644 --- a/dev-python/pyparsing/pyparsing-2.0.3.ebuild +++ b/dev-python/pyparsing/pyparsing-2.0.3.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/pyparsing/pyparsing-2.0.3.ebuild,v 1.5 2015/01/22 08:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-2.0.3.ebuild,v 1.6 2015/01/26 10:26:06 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples" RDEPEND="!dev-python/pyparsing:py2 !dev-python/pyparsing:py3" |