diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 17:32:58 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 17:32:58 +0000 |
commit | 0e759d406703b1b3fdf3f214ec83791205f22add (patch) | |
tree | ae9c206f3cb8579a56a0b6ea9fccb2f462086528 /dev-python/rope | |
parent | Make dev-libs/icu optional as requested in bug 411091. (diff) | |
download | gentoo-2-0e759d406703b1b3fdf3f214ec83791205f22add.tar.gz gentoo-2-0e759d406703b1b3fdf3f214ec83791205f22add.tar.bz2 gentoo-2-0e759d406703b1b3fdf3f214ec83791205f22add.zip |
Fix patch description. Thanks to Arfrever
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/rope/files/rope-0.9.3-python2.7.patch | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/rope/ChangeLog b/dev-python/rope/ChangeLog index e7bf6a788a3d..0bdd3c861fc8 100644 --- a/dev-python/rope/ChangeLog +++ b/dev-python/rope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/rope # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.9 2012/04/12 15:44:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.10 2012/04/12 17:32:58 xarthisius Exp $ + + 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> + files/rope-0.9.3-python2.7.patch: + Fix patch description. Thanks to Arfrever 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> +files/rope-0.9.3-python2.7.patch, rope-0.9.3.ebuild: diff --git a/dev-python/rope/files/rope-0.9.3-python2.7.patch b/dev-python/rope/files/rope-0.9.3-python2.7.patch index e1608bbda2d5..f1a4fe4d2d32 100644 --- a/dev-python/rope/files/rope-0.9.3-python2.7.patch +++ b/dev-python/rope/files/rope-0.9.3-python2.7.patch @@ -2,9 +2,10 @@ Apply upstream changesets: https://bitbucket.org/agr/rope/changeset/1c100ebabc16 https://bitbucket.org/agr/rope/changeset/f5eb880e0be2 -to fix tests failures with python 2.7 +to fix issues with python 2.7 https://bugs.gentoo.org/show_bug.cgi?id=326401 +https://bitbucket.org/agr/rope/issue/8/ --- a/rope/base/ast.py +++ b/rope/base/ast.py |