From 47b76b7fea8b207a569006d26c862734762472ee Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 7 Sep 2020 10:50:47 +0200 Subject: app-shells/fzy: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert --- app-shells/fzy/fzy-1.0-r1.ebuild | 2 +- app-shells/fzy/fzy-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-shells/fzy') diff --git a/app-shells/fzy/fzy-1.0-r1.ebuild b/app-shells/fzy/fzy-1.0-r1.ebuild index 57e59b500d79..51a641ab47f2 100644 --- a/app-shells/fzy/fzy-1.0-r1.ebuild +++ b/app-shells/fzy/fzy-1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils savedconfig toolchain-funcs +inherit optfeature savedconfig toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild index 98dfd31e607d..2079e70d413b 100644 --- a/app-shells/fzy/fzy-9999.ebuild +++ b/app-shells/fzy/fzy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils savedconfig toolchain-funcs +inherit optfeature savedconfig toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 -- cgit v1.2.3-65-gdbad