diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:50:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:50:45 +0200 |
commit | 8a413da8dd33b9eda13ce5d05c1d9b23a1b15eb9 (patch) | |
tree | 787720920ca32a988a09aa886a0fb761b59f86ef /app-shells/fzf | |
parent | app-office/impressive: Inherit optfeature.eclass (diff) | |
download | gentoo-8a413da8dd33b9eda13ce5d05c1d9b23a1b15eb9.tar.gz gentoo-8a413da8dd33b9eda13ce5d05c1d9b23a1b15eb9.tar.bz2 gentoo-8a413da8dd33b9eda13ce5d05c1d9b23a1b15eb9.zip |
app-shells/fzf: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/fzf')
-rw-r--r-- | app-shells/fzf/fzf-0.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzf/fzf-0.21.0.ebuild b/app-shells/fzf/fzf-0.21.0.ebuild index 854e90d08e55..152023cd3d54 100644 --- a/app-shells/fzf/fzf-0.21.0.ebuild +++ b/app-shells/fzf/fzf-0.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit bash-completion-r1 eutils go-module +inherit bash-completion-r1 go-module optfeature DESCRIPTION="A general-purpose command-line fuzzy finder, written in GoLang" HOMEPAGE="https://github.com/junegunn/fzf" |