diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-04 22:30:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-04 22:30:57 +0000 |
commit | fffa37bc9afedc8245774eb6d60e52c8242005f7 (patch) | |
tree | 28484302b26a95e15555c6daf09b7adf086b835b /dev-python/urwid/ChangeLog | |
parent | Fix dependencies. Simplify ebuilds. Patch by Arfrever. (diff) | |
download | gentoo-2-fffa37bc9afedc8245774eb6d60e52c8242005f7.tar.gz gentoo-2-fffa37bc9afedc8245774eb6d60e52c8242005f7.tar.bz2 gentoo-2-fffa37bc9afedc8245774eb6d60e52c8242005f7.zip |
Fix dependencies. Restrict Jython ABIs. Ignore tests failures with Python 3.1. Avoid breaking strict-aliasing rules with Python 2. Patch by Arfrever
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/urwid/ChangeLog')
-rw-r--r-- | dev-python/urwid/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 03f93fe358e8..111491a3faa4 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.44 2011/09/22 19:26:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.45 2011/11/04 22:30:57 hwoarang Exp $ + + 04 Nov 2011; Markos Chandras <hwoarang@gentoo.org> urwid-1.0.0.ebuild: + Fix dependencies. Restrict Jython ABIs. Ignore tests failures with Python 3.1. + Avoid breaking strict-aliasing rules with Python 2. Patch by Arfrever *urwid-1.0.0 (22 Sep 2011) |