summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2009-11-11 01:04:03 +0000
committerTiago Cunha <tcunha@gentoo.org>2009-11-11 01:04:03 +0000
commit3a6572372d6c5fd378a5d95987cdca21deffe2d9 (patch)
tree02a1283d86ab97c1a75ac4d7dc29b59b283c39cc /dev-python
parentbump patchset to include nanojit.patch from upstream for (diff)
downloadgentoo-2-3a6572372d6c5fd378a5d95987cdca21deffe2d9.tar.gz
gentoo-2-3a6572372d6c5fd378a5d95987cdca21deffe2d9.tar.bz2
gentoo-2-3a6572372d6c5fd378a5d95987cdca21deffe2d9.zip
stable sparc, bug 291523
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pexpect/ChangeLog5
-rw-r--r--dev-python/pexpect/pexpect-2.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog
index 8f5fad335c15..1c02a49a2d90 100644
--- a/dev-python/pexpect/ChangeLog
+++ b/dev-python/pexpect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pexpect
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.47 2009/11/08 20:18:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.48 2009/11/11 01:04:03 tcunha Exp $
+
+ 11 Nov 2009; Tiago Cunha <tcunha@gentoo.org> pexpect-2.4.ebuild:
+ stable sparc, bug 291523
08 Nov 2009; nixnut <nixnut@gentoo.org> pexpect-2.4.ebuild:
ppc stable #291523
diff --git a/dev-python/pexpect/pexpect-2.4.ebuild b/dev-python/pexpect/pexpect-2.4.ebuild
index 68eed1d3f7c5..4e410f786c9d 100644
--- a/dev-python/pexpect/pexpect-2.4.ebuild
+++ b/dev-python/pexpect/pexpect-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.4 2009/11/08 20:18:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.5 2009/11/11 01:04:03 tcunha Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc examples"
DEPEND=""