diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-06-09 11:45:49 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-06-09 11:45:49 +0000 |
commit | e0f1063cdf787ff31c6181370803b740d7793b69 (patch) | |
tree | 487a37791312e25981c0a42ea134eac7aca02c3e /dev-python/bpython | |
parent | Add a patch to avoid 64-bit unsafe code build. (diff) | |
download | historical-e0f1063cdf787ff31c6181370803b740d7793b69.tar.gz historical-e0f1063cdf787ff31c6181370803b740d7793b69.tar.bz2 historical-e0f1063cdf787ff31c6181370803b740d7793b69.zip |
Dependency fix (bug #273215)
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bpython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.9.2.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index 2837e2c52e7c..bdfa2d345373 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.3 2009/06/07 10:57:44 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.4 2009/06/09 11:45:49 grozin Exp $ + + 09 Jun 2009; Andrey Grozin <grozin@gentoo.org> bpython-0.9.2.ebuild: + Dependency fix (bug #273215) 07 Jun 2009; Andrey Grozin <grozin@gentoo.org> bpython-0.9.2.ebuild: Sorry, a dependencies fix diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest index 05ed75e031ae..33b8687bf0a9 100644 --- a/dev-python/bpython/Manifest +++ b/dev-python/bpython/Manifest @@ -1,5 +1,5 @@ AUX bpython-0.9.2.patch 1789 RMD160 f249a214e7951d4963c69bb9971497243e34109a SHA1 9fa8b8c8386bb63c415bbb0b7382f6a453dbadb2 SHA256 506303fae6948d9bb58d1e95f362e1ce1793cd8264b2ab660f655bcf9b497ed1 DIST bpython-0.9.2.tar.gz 30338 RMD160 e3be59d6033da29e01583e97446ef92e34b0f7ac SHA1 fc7f1ddabbc24c03708fdb0ae40ea005bc42cd3c SHA256 74ddf39e27fd9f9e6ecd085087a084ed90d937f54293a95ef2b78464c7db25c1 -EBUILD bpython-0.9.2.ebuild 706 RMD160 afb5cffb8472568b0424c6226481353a97a65f4c SHA1 0677680bd7529efc9e0669327483052cb7bed04a SHA256 26ca41219c1f52ef96dd31f5aaf7d144b6806e948af72930c3384b940a2f25d3 -MISC ChangeLog 717 RMD160 aa9b603f31634e64246479017f2bb7c60c4bb585 SHA1 04a8f6a65e740c24ce78734dc94c9454ac3b7ac2 SHA256 6f8c1057616a2e279532e16657c1da92f33b377bd90ae7e7d727eec9793a92f0 +EBUILD bpython-0.9.2.ebuild 730 RMD160 0df5704291d3a7fb4622ab8e1bc8e1959065330c SHA1 f49e85825ec801ff7a802b060ccb7e3bfa0b0e89 SHA256 32acbbc22d25b33fb86fdad2d38faf06daf23e71c546c64ee2b5904846666b8e +MISC ChangeLog 820 RMD160 d4d10918dc95d135c6530c1c3b3f89d2987f106e SHA1 0d80ea51de4245767d378249176b6298464f47ce SHA256 789c7cda033509c4ed4d8e2df693a36fbb8617a57b86466f380a1deacc555c09 MISC metadata.xml 316 RMD160 ea789e639a575ac85788380b6dc11f9434f48974 SHA1 21e21d67440735a22c2f12d1c7e16cb20276ca1f SHA256 e1409b39a1ba8e15ac3ebbfab0520023cd26fae5838cc3f7ba5a2c76be0a8e17 diff --git a/dev-python/bpython/bpython-0.9.2.ebuild b/dev-python/bpython/bpython-0.9.2.ebuild index c70586089fce..7831acf0da2f 100644 --- a/dev-python/bpython/bpython-0.9.2.ebuild +++ b/dev-python/bpython/bpython-0.9.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.2.ebuild,v 1.2 2009/06/07 10:57:44 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.2.ebuild,v 1.3 2009/06/09 11:45:49 grozin Exp $ EAPI=2 +PYTHON_USE_WITH=ncurses inherit distutils DESCRIPTION="Syntax highlighting and autocompletion for the python interpreter" HOMEPAGE="http://www.${PN}-interpreter.org/" |