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 | 62df49a9b49d98843378e247dd4c8e723a71a210 (patch) | |
tree | ab24ce9905613df31f86bd63036758b7e6a82e0e /app-emacs/python-mode/python-mode-1.0.ebuild | |
parent | Updated to version 1.4.2 using CVS patch, added a security update, fix header... (diff) | |
download | historical-62df49a9b49d98843378e247dd4c8e723a71a210.tar.gz historical-62df49a9b49d98843378e247dd4c8e723a71a210.tar.bz2 historical-62df49a9b49d98843378e247dd4c8e723a71a210.zip |
Marked ppc stable for bug #115186.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'app-emacs/python-mode/python-mode-1.0.ebuild')
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |