diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-06-06 17:43:52 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-06-06 17:43:52 +0000 |
commit | 8f16e9477b90d4ce7499a495f7b1ceee066eee15 (patch) | |
tree | 581a1950e739b714e09c8f5af858a424302b73a5 /app-emacs | |
parent | ppc stable #272471 (diff) | |
download | gentoo-2-8f16e9477b90d4ce7499a495f7b1ceee066eee15.tar.gz gentoo-2-8f16e9477b90d4ce7499a495f7b1ceee066eee15.tar.bz2 gentoo-2-8f16e9477b90d4ce7499a495f7b1ceee066eee15.zip |
ppc stable #272474
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-5.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 0eeb0e28450a..416896f141dd 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/python-mode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.39 2009/06/04 19:26:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.40 2009/06/06 17:43:52 nixnut Exp $ + + 06 Jun 2009; nixnut <nixnut@gentoo.org> python-mode-5.1.0.ebuild: + ppc stable #272474 04 Jun 2009; Christian Faulhammer <fauli@gentoo.org> python-mode-5.1.0.ebuild: diff --git a/app-emacs/python-mode/python-mode-5.1.0.ebuild b/app-emacs/python-mode/python-mode-5.1.0.ebuild index 8f29df3ffd89..5353c47b8d33 100644 --- a/app-emacs/python-mode/python-mode-5.1.0.ebuild +++ b/app-emacs/python-mode/python-mode-5.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.3 2009/06/04 19:26:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.4 2009/06/06 17:43:52 nixnut Exp $ inherit elisp @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd" IUSE="" DEPEND="" |