summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-16 14:33:43 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-04-16 14:33:43 +0000
commit7918ad1c92dd4b910072d37412968950ff918474 (patch)
tree13d2d954a5bd9e6e56009a00c1de798b7abea38a /app-emacs/python-mode
parentfix for bug #264852 and bug #264952 (diff)
downloadgentoo-2-7918ad1c92dd4b910072d37412968950ff918474.tar.gz
gentoo-2-7918ad1c92dd4b910072d37412968950ff918474.tar.bz2
gentoo-2-7918ad1c92dd4b910072d37412968950ff918474.zip
fix SITEFILE name, reported on bug 266382 by Martin von Gagern
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r--app-emacs/python-mode/ChangeLog6
-rw-r--r--app-emacs/python-mode/python-mode-5.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index a75eb6c304f6..ece732bb5994 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.37 2009/04/16 05:31:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.38 2009/04/16 14:33:43 fauli Exp $
+
+ 16 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+ python-mode-5.1.0.ebuild:
+ fix SITEFILE name, reported on bug 266382 by Martin von Gagern
*python-mode-5.1.0 (16 Apr 2009)
diff --git a/app-emacs/python-mode/python-mode-5.1.0.ebuild b/app-emacs/python-mode/python-mode-5.1.0.ebuild
index 37bb266ee90f..4e82e89a7a3c 100644
--- a/app-emacs/python-mode/python-mode-5.1.0.ebuild
+++ b/app-emacs/python-mode/python-mode-5.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.1 2009/04/16 05:31:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.2 2009/04/16 14:33:43 fauli Exp $
inherit elisp
@@ -18,7 +18,7 @@ DEPEND=""
RDEPEND="${DEPEND}"
S=${WORKDIR}
-SITEFILE=50${PN}-gentoo-5.1.el
+SITEFILE=60${PN}-gentoo-5.1.el
pkg_postinst() {
elog "Note that doctest support is now split out to app-emacs/doctest-mode."