diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:22:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-26 10:22:29 +0000 |
commit | 1dd67e99861de2fde4d9e1a2b1cb09f2e1c42c62 (patch) | |
tree | e5c3984ba63f0dcfc1a49575bac890306e9147a5 /dev-python/ipy | |
parent | Stable for x86, wrt bug #530390 (diff) | |
download | gentoo-2-1dd67e99861de2fde4d9e1a2b1cb09f2e1c42c62.tar.gz gentoo-2-1dd67e99861de2fde4d9e1a2b1cb09f2e1c42c62.tar.bz2 gentoo-2-1dd67e99861de2fde4d9e1a2b1cb09f2e1c42c62.zip |
Stable for x86, wrt bug #530528
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/ipy')
-rw-r--r-- | dev-python/ipy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ipy/ipy-0.81.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/ipy/ChangeLog b/dev-python/ipy/ChangeLog index 5aae2537ed42..aef7b5ed4e23 100644 --- a/dev-python/ipy/ChangeLog +++ b/dev-python/ipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.45 2014/12/27 19:24:04 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.46 2015/01/26 10:22:29 ago Exp $ + + 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ipy-0.81.ebuild: + Stable for x86, wrt bug #530528 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> ipy-0.81.ebuild: Stable for amd64, wrt bug #530528 diff --git a/dev-python/ipy/ipy-0.81.ebuild b/dev-python/ipy/ipy-0.81.ebuild index 343726d9b452..76d97c22ecd3 100644 --- a/dev-python/ipy/ipy-0.81.ebuild +++ b/dev-python/ipy/ipy-0.81.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.6 2014/12/27 19:24:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.7 2015/01/26 10:22:29 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |