diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-11-24 12:23:18 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-11-24 12:23:18 +0000 |
commit | f4e7f518bcb0fb1f5718386e535c3c5803c74154 (patch) | |
tree | 029ef4a17b29dc0db67288d6e81bc9896fad6233 /app-emacs | |
parent | Add support for building with Phonon, thanks to Nikoli <nikoli AT gmx.us> (diff) | |
download | gentoo-2-f4e7f518bcb0fb1f5718386e535c3c5803c74154.tar.gz gentoo-2-f4e7f518bcb0fb1f5718386e535c3c5803c74154.tar.bz2 gentoo-2-f4e7f518bcb0fb1f5718386e535c3c5803c74154.zip |
Stable for amd64 wrt bug #490094
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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.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 15ca9d9d7a17..74a537832e9a 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.79 2013/11/11 13:38:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.80 2013/11/24 12:23:18 nimiux Exp $ + + 24 Nov 2013; Chema Alonso <nimiux@gentoo.org> python-mode-6.1.1.ebuild: + Stable for amd64 wrt bug #490094 11 Nov 2013; Jeroen Roovers <jer@gentoo.org> python-mode-6.1.1.ebuild: Stable for HPPA (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 17a17a9123c6..6102de8c8b2f 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.2 2013/11/11 13:38:39 jer Exp $ +# $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 $ 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" |