summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/fff/ChangeLog5
-rw-r--r--app-emacs/fff/fff-20050517.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/app-emacs/fff/ChangeLog b/app-emacs/fff/ChangeLog
index 69d61391f7be..20cf2fb1dc80 100644
--- a/app-emacs/fff/ChangeLog
+++ b/app-emacs/fff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/fff
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/ChangeLog,v 1.4 2008/08/27 07:14:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/ChangeLog,v 1.5 2008/12/29 14:38:40 ulm Exp $
+
+ 29 Dec 2008; Ulrich Mueller <ulm@gentoo.org> fff-20050517.ebuild:
+ rlocate is gone, don't depend on it; bug 207421.
27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> fff-20050517.ebuild:
Use eclass default instead of elisp-comp, bug 235442.
diff --git a/app-emacs/fff/fff-20050517.ebuild b/app-emacs/fff/fff-20050517.ebuild
index d262537a9cea..37768101669a 100644
--- a/app-emacs/fff/fff-20050517.ebuild
+++ b/app-emacs/fff/fff-20050517.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/fff/fff-20050517.ebuild,v 1.4 2008/08/27 07:14:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/fff-20050517.ebuild,v 1.5 2008/12/29 14:38:40 ulm Exp $
inherit elisp
@@ -13,10 +13,6 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="|| (
- sys-apps/slocate
- sys-apps/mlocate
- sys-apps/rlocate
- )"
+RDEPEND="|| ( sys-apps/slocate sys-apps/mlocate )"
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"