diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-22 13:45:26 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-22 13:45:26 +0000 |
commit | 633bcd525f8d641a66b0739d5f1e05256047e0b1 (patch) | |
tree | 549a455547eef7a2240843346b4ddb2a14aad49f /app-emacs | |
parent | stable x86/amd64, bug 214246 (diff) | |
download | gentoo-2-633bcd525f8d641a66b0739d5f1e05256047e0b1.tar.gz gentoo-2-633bcd525f8d641a66b0739d5f1e05256047e0b1.tar.bz2 gentoo-2-633bcd525f8d641a66b0739d5f1e05256047e0b1.zip |
stable x86/amd64, bug 214250
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 9f02ac6b04bf..0be8a17399d5 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2008/02/08 10:12:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.29 2008/03/22 13:45:26 opfer Exp $ + + 22 Mar 2008; Christian Faulhammer <opfer@gentoo.org> + python-mode-1.0-r1.ebuild: + stable x86/amd64, bug 214250 *python-mode-1.0-r1 (08 Feb 2008) 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 e7a20790c7ba..d6e200474e5a 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.1 2008/02/08 10:12:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild,v 1.2 2008/03/22 13:45:26 opfer 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 )" |