diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-05-25 01:13:38 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-05-25 01:13:38 +0000 |
commit | facbf08b01958309ad0b99902e113bd1f32143c4 (patch) | |
tree | a60ca54080bdcdba30f9c89d5441a8e0e0878469 /app-emacs | |
parent | Updated to version 1.4.2 using CVS patch, added a security update, fix header... (diff) | |
download | gentoo-2-facbf08b01958309ad0b99902e113bd1f32143c4.tar.gz gentoo-2-facbf08b01958309ad0b99902e113bd1f32143c4.tar.bz2 gentoo-2-facbf08b01958309ad0b99902e113bd1f32143c4.zip |
Marked ppc stable for bug #115186.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 643bb5d3c350..8eba4523b5d6 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/python-mode # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.20 2006/05/22 00:42:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.21 2006/05/25 01:13:38 josejx Exp $ + + 25 May 2006; Joseph Jezak <josejx@gentoo.org> python-mode-1.0.ebuild: + Marked ppc stable for bug #115186. 22 May 2006; Mark Loeser <halcy0n@gentoo.org> python-mode-1.0.ebuild: Stable on x86; bug #115186 diff --git a/app-emacs/python-mode/python-mode-1.0.ebuild b/app-emacs/python-mode/python-mode-1.0.ebuild index 23bfb6809a0c..2dda8ccde630 100644 --- a/app-emacs/python-mode/python-mode-1.0.ebuild +++ b/app-emacs/python-mode/python-mode-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.3 2006/05/22 00:42:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.4 2006/05/25 01:13:38 josejx Exp $ inherit elisp distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc-macos x86" +KEYWORDS="amd64 ppc ~ppc-macos x86" DEPEND="app-emacs/pymacs" |