diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-23 18:10:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-23 18:10:29 +0000 |
commit | e4fc24a003160c61265b0ee07561246f576c323f (patch) | |
tree | 831bdf660214eab04257f16a222e4374da9e7f7c /app-emacs/python-mode | |
parent | No need to generate multilib headers anymore with latest glibc #191088. Grab... (diff) | |
download | historical-e4fc24a003160c61265b0ee07561246f576c323f.tar.gz historical-e4fc24a003160c61265b0ee07561246f576c323f.tar.bz2 historical-e4fc24a003160c61265b0ee07561246f576c323f.zip |
ia64 stable wrt #214250
Package-Manager: portage-2.1.4.4
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-1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 21b1772fca5f..5e0e2a23dc17 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.30 2008/03/22 14:58:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.31 2008/03/23 18:10:29 armin76 Exp $ + + 23 Mar 2008; Raúl Porcel <armin76@gentoo.org> python-mode-1.0-r1.ebuild: + ia64 stable wrt #214250 22 Mar 2008; nixnut <nixnut@gentoo.org> python-mode-1.0-r1.ebuild: Stable on ppc wrt bug 214250 diff --git a/app-emacs/python-mode/python-mode-1.0-r1.ebuild b/app-emacs/python-mode/python-mode-1.0-r1.ebuild index 26fb366c6e96..0611c9f3e1ad 100644 --- a/app-emacs/python-mode/python-mode-1.0-r1.ebuild +++ b/app-emacs/python-mode/python-mode-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r1.ebuild,v 1.3 2008/03/22 14:58:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild,v 1.4 2008/03/23 18:10:29 armin76 Exp $ inherit elisp distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" 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="pymacs" DEPEND="pymacs? ( app-emacs/pymacs )" |