diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:50:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:50:47 +0200 |
commit | 47b76b7fea8b207a569006d26c862734762472ee (patch) | |
tree | e0d7bcb61bf90788c4950b1f5682d9ef5a6d10ee /app-shells | |
parent | app-shells/fzf: Inherit optfeature.eclass (diff) | |
download | gentoo-47b76b7fea8b207a569006d26c862734762472ee.tar.gz gentoo-47b76b7fea8b207a569006d26c862734762472ee.tar.bz2 gentoo-47b76b7fea8b207a569006d26c862734762472ee.zip |
app-shells/fzy: 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')
-rw-r--r-- | app-shells/fzy/fzy-1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/fzy/fzy-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |