diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:17:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:17:01 +0000 |
commit | 1e4262c7dc4d3eba6e88a340fb1064ddceb046d3 (patch) | |
tree | f3871def30ce1aa9199e2e0b7f2763f7a24bf14e /app-emacs/python-mode | |
parent | Stable for ia64, wrt bug #488926 (diff) | |
download | gentoo-2-1e4262c7dc4d3eba6e88a340fb1064ddceb046d3.tar.gz gentoo-2-1e4262c7dc4d3eba6e88a340fb1064ddceb046d3.tar.bz2 gentoo-2-1e4262c7dc4d3eba6e88a340fb1064ddceb046d3.zip |
Stable for ia64, wrt bug #490094
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 61343a136752..19295d2b84a3 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.84 2013/12/24 12:45:27 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.85 2014/01/15 09:17:01 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-mode-6.1.1.ebuild: + Stable for ia64, wrt bug #490094 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> python-mode-6.1.1.ebuild: Stable for x86, 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 889a9c28627c..679472f45918 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 +# 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.1.ebuild,v 1.7 2013/12/24 12:45:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.8 2014/01/15 09:17:01 ago 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" |