summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-05-16 14:32:55 +0000
committerJeroen Roovers <jer@gentoo.org>2012-05-16 14:32:55 +0000
commit31c218b89f9e9cd8174f7e916569d2fc6763e7e7 (patch)
treee63f89f9f9144d706a65cfa0f2af9eabadae9e28 /dev-python/pyparsing
parentStable for HPPA (bug #415871). (diff)
downloadhistorical-31c218b89f9e9cd8174f7e916569d2fc6763e7e7.tar.gz
historical-31c218b89f9e9cd8174f7e916569d2fc6763e7e7.tar.bz2
historical-31c218b89f9e9cd8174f7e916569d2fc6763e7e7.zip
Stable for HPPA (bug #415859).
Package-Manager: portage-2.2.0_alpha105/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r--dev-python/pyparsing/ChangeLog5
-rw-r--r--dev-python/pyparsing/pyparsing-1.5.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparsing/ChangeLog b/dev-python/pyparsing/ChangeLog
index 327d1b778ba3..c103e47466bd 100644
--- a/dev-python/pyparsing/ChangeLog
+++ b/dev-python/pyparsing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.78 2012/05/14 16:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.79 2012/05/16 14:32:55 jer Exp $
+
+ 16 May 2012; Jeroen Roovers <jer@gentoo.org> pyparsing-1.5.6.ebuild:
+ Stable for HPPA (bug #415859).
14 May 2012; Agostino Sarubbo <ago@gentoo.org> pyparsing-1.5.6.ebuild:
Stable for amd64, wrt bug #415859
diff --git a/dev-python/pyparsing/pyparsing-1.5.6.ebuild b/dev-python/pyparsing/pyparsing-1.5.6.ebuild
index 16ebb7e875b4..a93859eea777 100644
--- a/dev-python/pyparsing/pyparsing-1.5.6.ebuild
+++ b/dev-python/pyparsing/pyparsing-1.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.6 2012/05/14 16:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.7 2012/05/16 14:32:55 jer Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -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"
DEPEND=""