diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:45:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-01 09:45:05 +0000 |
commit | 63bcf72a1cfc0931bf376ae2a5f0541f1d54869b (patch) | |
tree | e174b373efe295369600f84d325ea2907061a1ac /dev-python | |
parent | Stable for sparc, wrt bug #524416 (diff) | |
download | gentoo-2-63bcf72a1cfc0931bf376ae2a5f0541f1d54869b.tar.gz gentoo-2-63bcf72a1cfc0931bf376ae2a5f0541f1d54869b.tar.bz2 gentoo-2-63bcf72a1cfc0931bf376ae2a5f0541f1d54869b.zip |
Stable for sparc, wrt bug #524416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/py/py-1.4.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog index 93a277445d14..abdec20ee8f1 100644 --- a/dev-python/py/ChangeLog +++ b/dev-python/py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.188 2014/11/19 15:09:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.189 2014/12/01 09:45:05 ago Exp $ + + 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild: + Stable for sparc, wrt bug #524416 19 Nov 2014; Ian Delaney <idella4@gentoo.org> py-1.4.26.ebuild: Add pypy3 support, dep for doc build diff --git a/dev-python/py/py-1.4.25.ebuild b/dev-python/py/py-1.4.25.ebuild index 314de50dd37c..934e52ae3771 100644 --- a/dev-python/py/py-1.4.25.ebuild +++ b/dev-python/py/py-1.4.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.25.ebuild,v 1.9 2014/11/11 11:14:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.25.ebuild,v 1.10 2014/12/01 09:45:05 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |