diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-05-07 15:24:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-05-07 15:24:41 +0000 |
commit | 6a0f59c90f1256b58214ff040b6bf9e90b6a9b38 (patch) | |
tree | 741d041177dc15dd30fb9135349852c4a95899b8 /app-emacs/python-mode | |
parent | Marked ~hppa (bug #177495). (diff) | |
download | historical-6a0f59c90f1256b58214ff040b6bf9e90b6a9b38.tar.gz historical-6a0f59c90f1256b58214ff040b6bf9e90b6a9b38.tar.bz2 historical-6a0f59c90f1256b58214ff040b6bf9e90b6a9b38.zip |
Marked ~hppa (bug #177495).
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 978092696b32..0c4f9859395d 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.23 2006/08/19 19:44:50 mkennedy Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.24 2007/05/07 15:24:41 jer Exp $ + + 07 May 2007; Jeroen Roovers <jer@gentoo.org> python-mode-1.0.ebuild: + Marked ~hppa (bug #177495). 19 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> -files/55python-mode-gentoo.el, -files/50python-mode-gentoo.el, diff --git a/app-emacs/python-mode/python-mode-1.0.ebuild b/app-emacs/python-mode/python-mode-1.0.ebuild index a9b44166c23a..ac7b89354312 100644 --- a/app-emacs/python-mode/python-mode-1.0.ebuild +++ b/app-emacs/python-mode/python-mode-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.7 2007/02/17 15:13:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.8 2007/05/07 15:24:41 jer Exp $ inherit elisp distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 arm ia64 ppc ppc-macos s390 sh x86" +KEYWORDS="amd64 arm ~hppa ia64 ppc ppc-macos s390 sh x86" IUSE="" DEPEND="app-emacs/pymacs" |