diff options
author | 2004-09-11 13:52:55 +0000 | |
---|---|---|
committer | 2004-09-11 13:52:55 +0000 | |
commit | f0058f63be9ff552cb15e442a88bbb4183d157b9 (patch) | |
tree | 31be5962b139fbd38c9b87fc724456942d07ba6b /app-emacs | |
parent | Added amd64 keyword (diff) | |
download | historical-f0058f63be9ff552cb15e442a88bbb4183d157b9.tar.gz historical-f0058f63be9ff552cb15e442a88bbb4183d157b9.tar.bz2 historical-f0058f63be9ff552cb15e442a88bbb4183d157b9.zip |
Closing #60694
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-4.6.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/app-emacs/python-mode/Manifest index 8e05398e45f7..fb3c85db4044 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,5 +1,5 @@ -MD5 7f933b878841d23a6d20ed318469993b python-mode-4.6.ebuild 769 -MD5 5082cef66da2528d76387f4cc6c6116c ChangeLog 597 +MD5 5ec0d617968fa3436913945c7713994f python-mode-4.6.ebuild 772 +MD5 b1e4b7bdb3fee0dd37b957f9056621e2 ChangeLog 705 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 MD5 7842a604f7fbeda6be9d9b86f6d143bb files/digest-python-mode-4.6 67 MD5 b16866ae5b915c74ccb69ff8591a4ada files/50python-mode-gentoo.el 334 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" |