diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:25:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:25:16 +0000 |
commit | 65929fcd8144ded9e841b8ea7592279f019e5d95 (patch) | |
tree | e7de0342062605cb2581e76b786b8bffb7b9e8d0 | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-65929fcd8144ded9e841b8ea7592279f019e5d95.tar.gz gentoo-2-65929fcd8144ded9e841b8ea7592279f019e5d95.tar.bz2 gentoo-2-65929fcd8144ded9e841b8ea7592279f019e5d95.zip |
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatically.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
-rw-r--r-- | app-emacs/df-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/df-mode/df-mode-20050509.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/df-mode/ChangeLog b/app-emacs/df-mode/ChangeLog index aa399e3cab85..c3cc2167135f 100644 --- a/app-emacs/df-mode/ChangeLog +++ b/app-emacs/df-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/df-mode # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/df-mode/ChangeLog,v 1.3 2008/01/13 23:42:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/df-mode/ChangeLog,v 1.4 2008/06/14 23:25:16 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> df-mode-20050509.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 13 Jan 2008; Christian Faulhammer <opfer@gentoo.org> df-mode-20050509.ebuild: diff --git a/app-emacs/df-mode/df-mode-20050509.ebuild b/app-emacs/df-mode/df-mode-20050509.ebuild index dd6e77584fef..db96b429c58a 100644 --- a/app-emacs/df-mode/df-mode-20050509.ebuild +++ b/app-emacs/df-mode/df-mode-20050509.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/df-mode/df-mode-20050509.ebuild,v 1.3 2008/01/13 23:42:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/df-mode/df-mode-20050509.ebuild,v 1.4 2008/06/14 23:25:16 ulm Exp $ inherit elisp @@ -15,7 +15,6 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el pkg_postinst() { |