diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 13:52:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 13:52:55 +0000 |
commit | 33cca512f5f0275586aa5160f2d6ae4eae860043 (patch) | |
tree | acd71e265e044566120cfdf933b57f9c46a35338 /app-emacs | |
parent | Added amd64 keyword (Manifest recommit) (diff) | |
download | gentoo-2-33cca512f5f0275586aa5160f2d6ae4eae860043.tar.gz gentoo-2-33cca512f5f0275586aa5160f2d6ae4eae860043.tar.bz2 gentoo-2-33cca512f5f0275586aa5160f2d6ae4eae860043.zip |
Closing #60694
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 633ad0afb504..0e40e9c7734d 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.5 2004/06/24 22:21:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.6 2004/09/11 13:52:55 aliz Exp $ + + 11 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> python-mode-4.6.ebuild: + Added amd64 keyword, closing #60694. 04 Apr 2004; Lars Weiler <pylon@gentoo.org> python-mode-4.6.ebuild: stable on ppc diff --git a/app-emacs/python-mode/python-mode-4.6.ebuild b/app-emacs/python-mode/python-mode-4.6.ebuild index 058b592dad36..d94c56ad9373 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 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.7 2004/06/24 22:21:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.8 2004/09/11 13:52:55 aliz 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 ~amd64" DEPEND="virtual/emacs" |