diff options
author | Akinori Hattori <hattya@gentoo.org> | 2013-12-01 09:54:02 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2013-12-01 09:54:02 +0000 |
commit | 48deaf8fb58468f8cf818efa21e8f11d3846a7e0 (patch) | |
tree | 7ae95f75de8eab94775fabae2d270f4479ba37b5 /dev-lang | |
parent | Support multilib pulseaudio aside of emul-linux. (diff) | |
download | gentoo-2-48deaf8fb58468f8cf818efa21e8f11d3846a7e0.tar.gz gentoo-2-48deaf8fb58468f8cf818efa21e8f11d3846a7e0.tar.bz2 gentoo-2-48deaf8fb58468f8cf818efa21e8f11d3846a7e0.zip |
ia64 stable wrt bug #491420
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-lang')
-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 f296946bdd0f..9a0415061588 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.12 2013/11/24 18:51:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.13 2013/12/01 09:54:02 hattya Exp $ + + 01 Dec 2013; Akinori Hattori <hattya@gentoo.org> python-exec-2.0.1.ebuild: + ia64 stable wrt bug #491420 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> python-exec-2.0.1.ebuild: Stable for x86, 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 268da58104eb..60c570edf19e 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.9 2013/11/24 18:51:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.1.ebuild,v 1.10 2013/12/01 09:54:02 hattya 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" |