diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 18:50:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 18:50:34 +0000 |
commit | f3be4befdf8f781bed9523e911aa39d4d99f3fbe (patch) | |
tree | 778650df6d52bec3089b87db85107a392e6799ea /dev-lang/python-exec | |
parent | amd64 stable, bug #492040 (diff) | |
download | gentoo-2-f3be4befdf8f781bed9523e911aa39d4d99f3fbe.tar.gz gentoo-2-f3be4befdf8f781bed9523e911aa39d4d99f3fbe.tar.bz2 gentoo-2-f3be4befdf8f781bed9523e911aa39d4d99f3fbe.zip |
Stable for ppc64, wrt bug #491420
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/python-exec')
-rw-r--r-- | dev-lang/python-exec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python-exec/python-exec-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python-exec/ChangeLog b/dev-lang/python-exec/ChangeLog index 274fb09ae7a4..0caabba82a0f 100644 --- a/dev-lang/python-exec/ChangeLog +++ b/dev-lang/python-exec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python-exec # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.8 2013/11/24 18:50:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.9 2013/11/24 18:50:34 ago Exp $ + + 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.1.ebuild: + Stable for ppc64, wrt bug #491420 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.1.ebuild: Stable for arm, wrt bug #491420 diff --git a/dev-lang/python-exec/python-exec-2.0.1.ebuild b/dev-lang/python-exec/python-exec-2.0.1.ebuild index 481c1876e817..e5a94d4a915e 100644 --- a/dev-lang/python-exec/python-exec-2.0.1.ebuild +++ b/dev-lang/python-exec/python-exec-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.1.ebuild,v 1.5 2013/11/24 18:50:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.1.ebuild,v 1.6 2013/11/24 18:50:34 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="!<dev-python/python-exec-10000" |