diff options
author | 2004-04-03 23:35:30 +0000 | |
---|---|---|
committer | 2004-04-03 23:35:30 +0000 | |
commit | 808cd534e7d9fe7606382b611540579527625ea1 (patch) | |
tree | 8f9aba2c25633fb5b4aa2d3214d5d1babdb13e6b /app-emacs | |
parent | Change x11-base/xfree dependency to virtual/x11. (Manifest recommit) (diff) | |
download | gentoo-2-808cd534e7d9fe7606382b611540579527625ea1.tar.gz gentoo-2-808cd534e7d9fe7606382b611540579527625ea1.tar.bz2 gentoo-2-808cd534e7d9fe7606382b611540579527625ea1.zip |
stable on ppc
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 033893bfc09a..7e94a476722b 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.3 2004/02/15 08:04:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.4 2004/04/03 23:35:30 pylon Exp $ + + 04 Apr 2004; Lars Weiler <pylon@gentoo.org> python-mode-4.6.ebuild: + stable on ppc 15 Feb 2004; David Holm <dholm@gentoo.org> python-mode-4.6.ebuild: Added to ~ppc. diff --git a/app-emacs/python-mode/python-mode-4.6.ebuild b/app-emacs/python-mode/python-mode-4.6.ebuild index 2755c1064fa4..3f684180a7e3 100644 --- a/app-emacs/python-mode/python-mode-4.6.ebuild +++ b/app-emacs/python-mode/python-mode-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.4 2004/02/15 08:04:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.5 2004/04/03 23:35:30 pylon Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.python.org/emacs/python-mode/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND="virtual/emacs" |