summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-04-10 18:36:09 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-04-10 18:36:09 +0000
commit680ebfebf1c9d18cde1fee23c1ed0be9d14a5a45 (patch)
treea0e007c82c49071f57afb6e1838e5aadf7b2069f /app-emacs/python-mode
parentFix proper -fPIC usage on amd64. Fixed dependencies. (diff)
downloadgentoo-2-680ebfebf1c9d18cde1fee23c1ed0be9d14a5a45.tar.gz
gentoo-2-680ebfebf1c9d18cde1fee23c1ed0be9d14a5a45.tar.bz2
gentoo-2-680ebfebf1c9d18cde1fee23c1ed0be9d14a5a45.zip
Added to ~ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r--app-emacs/python-mode/ChangeLog6
-rw-r--r--app-emacs/python-mode/python-mode-4.63-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index e2fe3c96b6cb..43a63ec31114 100644
--- a/app-emacs/python-mode/ChangeLog
+++ b/app-emacs/python-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/python-mode
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.11 2005/02/10 08:34:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.12 2005/04/10 18:34:33 hansmi Exp $
+
+ 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
+ python-mode-4.63-r1.ebuild:
+ Added to ~ppc.
10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> python-mode-4.63-r1.ebuild,
-python-mode-4.63.ebuild:
diff --git a/app-emacs/python-mode/python-mode-4.63-r1.ebuild b/app-emacs/python-mode/python-mode-4.63-r1.ebuild
index 0bde40d2ac7f..1489fc6af3c0 100644
--- a/app-emacs/python-mode/python-mode-4.63-r1.ebuild
+++ b/app-emacs/python-mode/python-mode-4.63-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.63-r1.ebuild,v 1.4 2005/02/10 08:34:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.63-r1.ebuild,v 1.5 2005/04/10 18:34:33 hansmi Exp $
inherit distutils elisp
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/python-mode/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ~ppc-macos ~amd64"
+KEYWORDS="x86 ~ppc-macos ~amd64 ~ppc"
DEPEND="app-emacs/pymacs"