diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-23 17:24:15 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-23 17:24:15 +0000 |
commit | 3994f0a41fb2a0bd3bc0ef6017dcaec9352c3e9b (patch) | |
tree | 79e98727037223b5b17d4fe33dd100161dce11ff /app-emacs | |
parent | Add python3.4 to stable ebuild. (diff) | |
download | gentoo-2-3994f0a41fb2a0bd3bc0ef6017dcaec9352c3e9b.tar.gz gentoo-2-3994f0a41fb2a0bd3bc0ef6017dcaec9352c3e9b.tar.bz2 gentoo-2-3994f0a41fb2a0bd3bc0ef6017dcaec9352c3e9b.zip |
x86 stable wrt bug #527502
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 7da56af7dfd8..89715f57f0d1 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/python-mode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.90 2014/11/11 10:47:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.91 2014/11/23 17:24:15 zlogene Exp $ + + 23 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> python-mode-6.1.2.ebuild: + x86 stable wrt bug #527502 11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> python-mode-6.1.2.ebuild: Stable for ia64, wrt bug #527502 diff --git a/app-emacs/python-mode/python-mode-6.1.2.ebuild b/app-emacs/python-mode/python-mode-6.1.2.ebuild index cf7f325fdb0b..66b9fc828140 100644 --- a/app-emacs/python-mode/python-mode-6.1.2.ebuild +++ b/app-emacs/python-mode/python-mode-6.1.2.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/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.6 2014/11/11 10:47:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.7 2014/11/23 17:24:15 zlogene Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" |