diff options
author | Markus Meier <maekke@gentoo.org> | 2009-06-11 20:39:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-06-11 20:39:00 +0000 |
commit | 9e7d59b95855ac6c8829204ee2111efb5ea65b78 (patch) | |
tree | 0403b3e83e85a4d5b25866616e13d727a33bdab3 /dev-python/bpython | |
parent | restored LINGUAS handling (diff) | |
download | gentoo-2-9e7d59b95855ac6c8829204ee2111efb5ea65b78.tar.gz gentoo-2-9e7d59b95855ac6c8829204ee2111efb5ea65b78.tar.bz2 gentoo-2-9e7d59b95855ac6c8829204ee2111efb5ea65b78.zip |
amd64 stable, bug #273015
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index bdfa2d345373..00d394752904 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.4 2009/06/09 11:45:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.5 2009/06/11 20:39:00 maekke Exp $ + + 11 Jun 2009; Markus Meier <maekke@gentoo.org> bpython-0.9.2.ebuild: + amd64 stable, bug #273015 09 Jun 2009; Andrey Grozin <grozin@gentoo.org> bpython-0.9.2.ebuild: Dependency fix (bug #273215) diff --git a/dev-python/bpython/bpython-0.9.2.ebuild b/dev-python/bpython/bpython-0.9.2.ebuild index 7831acf0da2f..7120cfa0dcf0 100644 --- a/dev-python/bpython/bpython-0.9.2.ebuild +++ b/dev-python/bpython/bpython-0.9.2.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/bpython/bpython-0.9.2.ebuild,v 1.3 2009/06/09 11:45:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.2.ebuild,v 1.4 2009/06/11 20:39:00 maekke Exp $ EAPI=2 PYTHON_USE_WITH=ncurses @@ -10,7 +10,7 @@ HOMEPAGE="http://www.${PN}-interpreter.org/" SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools" # setuptools is needed at runtime for the wrapper script |