diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-04-16 14:33:43 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-04-16 14:33:43 +0000 |
commit | f4dc81d379f103393f818164b7e5970e793b6be3 (patch) | |
tree | 87302f6b9f277dfe2859b9bb995c30269e6a1ee9 /app-emacs/python-mode/python-mode-5.1.0.ebuild | |
parent | fix for bug #264852 and bug #264952 (diff) | |
download | historical-f4dc81d379f103393f818164b7e5970e793b6be3.tar.gz historical-f4dc81d379f103393f818164b7e5970e793b6be3.tar.bz2 historical-f4dc81d379f103393f818164b7e5970e793b6be3.zip |
fix SITEFILE name, reported on bug 266382 by Martin von Gagern
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'app-emacs/python-mode/python-mode-5.1.0.ebuild')
-rw-r--r-- | app-emacs/python-mode/python-mode-5.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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." |