diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:44:48 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:44:48 +0000 |
commit | d6f6d6f10b1fee43c2034cce6c690412e9ea7b9f (patch) | |
tree | cadb3d5580763c9d4527e1e0dd75e8eee4fa14db /app-emacs/python-mode | |
parent | set pptpd-logwtmp's version to pppd's version (#89895) (diff) | |
download | historical-d6f6d6f10b1fee43c2034cce6c690412e9ea7b9f.tar.gz historical-d6f6d6f10b1fee43c2034cce6c690412e9ea7b9f.tar.bz2 historical-d6f6d6f10b1fee43c2034cce6c690412e9ea7b9f.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emacs/python-mode')
-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 43a63ec31114..0f633ba1819f 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.12 2005/04/10 18:34:33 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.13 2005/04/21 18:40:31 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> python-mode-4.6.ebuild: + stable on amd64 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> python-mode-4.63-r1.ebuild: diff --git a/app-emacs/python-mode/python-mode-4.6.ebuild b/app-emacs/python-mode/python-mode-4.6.ebuild index c26aff7e43da..06cf08bfb326 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-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.6.ebuild,v 1.9 2005/01/01 13:57:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.10 2005/04/21 18:40:31 blubb 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 ~amd64" +KEYWORDS="x86 ppc amd64" DEPEND="virtual/emacs" |