diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:23:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:23:47 +0000 |
commit | 44a9ab007ab367fd4183773571ffb65a8632c531 (patch) | |
tree | 3f4d83704ee58421caabe124cbfeac85f2dba25c /app-emacs/crypt++ | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-44a9ab007ab367fd4183773571ffb65a8632c531.tar.gz gentoo-2-44a9ab007ab367fd4183773571ffb65a8632c531.tar.bz2 gentoo-2-44a9ab007ab367fd4183773571ffb65a8632c531.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/crypt++')
-rw-r--r-- | app-emacs/crypt++/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/crypt++/ChangeLog b/app-emacs/crypt++/ChangeLog index 9318c2b8db13..6806b80fa5e7 100644 --- a/app-emacs/crypt++/ChangeLog +++ b/app-emacs/crypt++/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/crypt++ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.18 2008/05/25 08:27:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.19 2008/06/14 23:23:47 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> + crypt++-2.94_pre20080430.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. *crypt++-2.94_pre20080430 (24 May 2008) diff --git a/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild b/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild index cef48715a292..77908f7c72e5 100644 --- a/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild +++ b/app-emacs/crypt++/crypt++-2.94_pre20080430.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/crypt++/crypt++-2.94_pre20080430.ebuild,v 1.1 2008/05/25 08:27:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild,v 1.2 2008/06/14 23:23:47 ulm Exp $ inherit elisp @@ -15,5 +15,4 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el |