diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-04 19:26:17 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-04 19:26:17 +0000 |
commit | e8ef9aca2b710b864d13908b41994f67c10855da (patch) | |
tree | 10ba5ee5bea8410deeb2e84da2413c58d063f991 | |
parent | stable x86, bug 272471 (diff) | |
download | gentoo-2-e8ef9aca2b710b864d13908b41994f67c10855da.tar.gz gentoo-2-e8ef9aca2b710b864d13908b41994f67c10855da.tar.bz2 gentoo-2-e8ef9aca2b710b864d13908b41994f67c10855da.zip |
stable x86, bug 272474
(Portage version: 2.1.6.11/cvs/Linux i686)
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-5.1.0.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index ece732bb5994..0eeb0e28450a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.38 2009/04/16 14:33:43 fauli Exp $ +# 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 $ + + 04 Jun 2009; Christian Faulhammer <fauli@gentoo.org> + python-mode-5.1.0.ebuild: + stable x86, bug 272474 16 Apr 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 4e82e89a7a3c..8f29df3ffd89 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.2 2009/04/16 14:33:43 fauli Exp $ +# $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 $ 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="" |