diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-07 21:23:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-07 21:23:05 +0000 |
commit | c0d26b40cd16c329afd9500df29c2d8d075e3998 (patch) | |
tree | 8fe1c21d3fc2ea8c2a9e200756dda843ace95e5c /app-emacs | |
parent | Stable for HPPA (bug #468554). (diff) | |
download | gentoo-2-c0d26b40cd16c329afd9500df29c2d8d075e3998.tar.gz gentoo-2-c0d26b40cd16c329afd9500df29c2d8d075e3998.tar.bz2 gentoo-2-c0d26b40cd16c329afd9500df29c2d8d075e3998.zip |
Stable for HPPA (bug #451052).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 8671adb8d38e..2a648cecc76b 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.74 2013/05/07 17:52:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.75 2013/05/07 21:23:05 jer Exp $ + + 07 May 2013; Jeroen Roovers <jer@gentoo.org> python-mode-6.0.12.ebuild: + Stable for HPPA (bug #451052). 07 May 2013; Agostino Sarubbo <ago@gentoo.org> python-mode-6.0.12.ebuild: Stable for ppc64, wrt bug #451052 diff --git a/app-emacs/python-mode/python-mode-6.0.12.ebuild b/app-emacs/python-mode/python-mode-6.0.12.ebuild index 3a7d4a4335d5..d9b1b1842081 100644 --- a/app-emacs/python-mode/python-mode-6.0.12.ebuild +++ b/app-emacs/python-mode/python-mode-6.0.12.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/app-emacs/python-mode/python-mode-6.0.12.ebuild,v 1.7 2013/05/07 17:52:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.12.ebuild,v 1.8 2013/05/07 21:23:05 jer Exp $ EAPI=4 @@ -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" |