diff options
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-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 8eba4523b5d6..f2ba6328ab8b 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.21 2006/05/25 01:13:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.22 2006/08/19 18:59:07 grobian Exp $ + + 19 Aug 2006; Fabian Groffen <grobian@gentoo.org> python-mode-1.0.ebuild: + Marked ppc-macos stable (bug #115186) 25 May 2006; Joseph Jezak <josejx@gentoo.org> python-mode-1.0.ebuild: Marked ppc stable for 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 2dda8ccde630..17212748fd42 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.4 2006/05/25 01:13:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.5 2006/08/19 18:59:07 grobian 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" |