diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:22:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:22:46 +0000 |
commit | c69db7812933c54525924d460d3541038a1eb132 (patch) | |
tree | cceedec25dd454b3ee17d209acce53191842cd57 /app-emacs/cldoc | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-c69db7812933c54525924d460d3541038a1eb132.tar.gz gentoo-2-c69db7812933c54525924d460d3541038a1eb132.tar.bz2 gentoo-2-c69db7812933c54525924d460d3541038a1eb132.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)
Diffstat (limited to 'app-emacs/cldoc')
-rw-r--r-- | app-emacs/cldoc/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/cldoc/cldoc-1.16.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/cldoc/ChangeLog b/app-emacs/cldoc/ChangeLog index 402cd765f73e..bd259a09da83 100644 --- a/app-emacs/cldoc/ChangeLog +++ b/app-emacs/cldoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/cldoc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/ChangeLog,v 1.3 2008/02/16 15:28:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/ChangeLog,v 1.4 2008/06/14 23:22:46 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> cldoc-1.16.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 16 Feb 2008; Christian Faulhammer <opfer@gentoo.org> cldoc-1.16.ebuild: stable x86/amd64, bug 210333 diff --git a/app-emacs/cldoc/cldoc-1.16.ebuild b/app-emacs/cldoc/cldoc-1.16.ebuild index dcc1f6957796..bcabb732b470 100644 --- a/app-emacs/cldoc/cldoc-1.16.ebuild +++ b/app-emacs/cldoc/cldoc-1.16.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/cldoc/cldoc-1.16.ebuild,v 1.2 2008/02/16 15:28:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.3 2008/06/14 23:22:46 ulm Exp $ inherit elisp @@ -16,5 +16,4 @@ IUSE="" RDEPEND="app-emacs/slime" -SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el |