diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 12:13:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-16 12:13:39 +0200 |
commit | f5d162ef2613b0173d86fff3aa8ab09d7d6ed1de (patch) | |
tree | 388f4bfffd15329b807d85865e3e18a0aeeb52ee /sys-apps/mlocate | |
parent | sys-apps/memtest86: eutils-- (diff) | |
download | gentoo-f5d162ef2613b0173d86fff3aa8ab09d7d6ed1de.tar.gz gentoo-f5d162ef2613b0173d86fff3aa8ab09d7d6ed1de.tar.bz2 gentoo-f5d162ef2613b0173d86fff3aa8ab09d7d6ed1de.zip |
sys-apps/mlocate: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/mlocate-0.26-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mlocate/mlocate-0.26-r3.ebuild b/sys-apps/mlocate/mlocate-0.26-r3.ebuild index cc1d33e65831..2adb75612c6f 100644 --- a/sys-apps/mlocate/mlocate-0.26-r3.ebuild +++ b/sys-apps/mlocate/mlocate-0.26-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils systemd toolchain-funcs +inherit systemd toolchain-funcs DESCRIPTION="Merging locate is an utility to index and quickly search for files" HOMEPAGE="https://pagure.io/mlocate" |