diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:40:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:40:56 +0000 |
commit | d9cb6f70a332bf0914c752cb316a61e452bc2659 (patch) | |
tree | 37cf1f6a34eeac2ff667f017de70a52dc674812c /dev-python/bpython | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-d9cb6f70a332bf0914c752cb316a61e452bc2659.tar.gz gentoo-2-d9cb6f70a332bf0914c752cb316a61e452bc2659.tar.bz2 gentoo-2-d9cb6f70a332bf0914c752cb316a61e452bc2659.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.13.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index c5ac2506b675..bc37ca02b707 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.52 2015/03/06 22:10:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.53 2015/03/08 23:40:56 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> bpython-0.13.2.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> bpython-0.13.2.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/bpython/bpython-0.13.2.ebuild b/dev-python/bpython/bpython-0.13.2.ebuild index 249b0a5d1583..bb7228819029 100644 --- a/dev-python/bpython/bpython-0.13.2.ebuild +++ b/dev-python/bpython/bpython-0.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.2.ebuild,v 1.2 2015/03/06 22:10:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.2.ebuild,v 1.3 2015/03/08 23:40:56 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="http://www.bpython-interpreter.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc gtk test" RDEPEND="dev-python/pygments[${PYTHON_USEDEP}] |