diff options
author | Brent Baude <ranger@gentoo.org> | 2012-01-06 16:40:55 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-01-06 16:40:55 +0000 |
commit | a246543ed08c1e13cd7ab283fd894d216e0126bb (patch) | |
tree | 157c297e96a5b242816529fa55ad7b151737eae3 /app-emacs | |
parent | Stable for ppc64; bug #384297 (diff) | |
download | gentoo-2-a246543ed08c1e13cd7ab283fd894d216e0126bb.tar.gz gentoo-2-a246543ed08c1e13cd7ab283fd894d216e0126bb.tar.bz2 gentoo-2-a246543ed08c1e13cd7ab283fd894d216e0126bb.zip |
Marking python-mode-5.2.0 ppc for bug 391725
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-5.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 60292715d22e..2acb3f599df9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.56 2011/12/04 15:49:44 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.57 2012/01/06 16:40:55 ranger Exp $ + + 06 Jan 2012; Brent Baude <ranger@gentoo.org> python-mode-5.2.0.ebuild: + Marking python-mode-5.2.0 ppc for bug 391725 04 Dec 2011; Raúl Porcel <armin76@gentoo.org> python-mode-5.2.0.ebuild: arm/ia64/s390/sh/sparc/x86 stable wrt #391725 diff --git a/app-emacs/python-mode/python-mode-5.2.0.ebuild b/app-emacs/python-mode/python-mode-5.2.0.ebuild index 2678cb4d229d..8eb785e17a53 100644 --- a/app-emacs/python-mode/python-mode-5.2.0.ebuild +++ b/app-emacs/python-mode/python-mode-5.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v 1.5 2011/12/04 15:49:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v 1.6 2012/01/06 16:40:55 ranger Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tgz" 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" IUSE="" S="${WORKDIR}/${PN}" |