diff options
author | Markus Meier <maekke@gentoo.org> | 2013-11-29 17:14:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-11-29 17:14:17 +0000 |
commit | 4b960fab66e2631d25aded1b4e91941e32eedc61 (patch) | |
tree | a9ca41f90a87518a2e05e81d7bbf3d5dd203b69c /app-emacs/python-mode | |
parent | arm stable, bug #490304 (diff) | |
download | gentoo-2-4b960fab66e2631d25aded1b4e91941e32eedc61.tar.gz gentoo-2-4b960fab66e2631d25aded1b4e91941e32eedc61.tar.bz2 gentoo-2-4b960fab66e2631d25aded1b4e91941e32eedc61.zip |
arm stable, bug #490094
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 74a537832e9a..dbe7f3120346 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.80 2013/11/24 12:23:18 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.81 2013/11/29 17:14:17 maekke Exp $ + + 29 Nov 2013; Markus Meier <maekke@gentoo.org> python-mode-6.1.1.ebuild: + arm stable, bug #490094 24 Nov 2013; Chema Alonso <nimiux@gentoo.org> python-mode-6.1.1.ebuild: Stable for amd64 wrt bug #490094 diff --git a/app-emacs/python-mode/python-mode-6.1.1.ebuild b/app-emacs/python-mode/python-mode-6.1.1.ebuild index 6102de8c8b2f..f70aad4ab164 100644 --- a/app-emacs/python-mode/python-mode-6.1.1.ebuild +++ b/app-emacs/python-mode/python-mode-6.1.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/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.3 2013/11/24 12:23:18 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.4 2013/11/29 17:14:17 maekke 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" |