summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-11-09 20:29:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-11-09 20:29:57 +0000
commit27605df4c0c43c7fdc80aa5266f34bb650b8977f (patch)
tree90361f70a95feabf35aa9806512951a645ce3d06 /app-emacs/fff
parentManifest (diff)
downloadgentoo-2-27605df4c0c43c7fdc80aa5266f34bb650b8977f.tar.gz
gentoo-2-27605df4c0c43c7fdc80aa5266f34bb650b8977f.tar.bz2
gentoo-2-27605df4c0c43c7fdc80aa5266f34bb650b8977f.zip
Use mlocate as default instead of slocate wrt #338380.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/fff')
-rw-r--r--app-emacs/fff/ChangeLog7
-rw-r--r--app-emacs/fff/fff-20050517.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/fff/ChangeLog b/app-emacs/fff/ChangeLog
index 20cf2fb1dc80..bec0fb7df621 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.5 2008/12/29 14:38:40 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/ChangeLog,v 1.6 2010/11/09 20:29:57 ssuominen Exp $
+
+ 09 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> fff-20050517.ebuild:
+ Use mlocate as default instead of slocate wrt #338380.
29 Dec 2008; Ulrich Mueller <ulm@gentoo.org> fff-20050517.ebuild:
rlocate is gone, don't depend on it; bug 207421.
diff --git a/app-emacs/fff/fff-20050517.ebuild b/app-emacs/fff/fff-20050517.ebuild
index 37768101669a..91094026de48 100644
--- a/app-emacs/fff/fff-20050517.ebuild
+++ b/app-emacs/fff/fff-20050517.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 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.5 2008/12/29 14:38:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/fff/fff-20050517.ebuild,v 1.6 2010/11/09 20:29:57 ssuominen Exp $
inherit elisp
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="|| ( sys-apps/slocate sys-apps/mlocate )"
+RDEPEND="|| ( sys-apps/mlocate sys-apps/slocate )"
SITEFILE="50${PN}-gentoo.el"