diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-11-24 14:30:16 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-11-24 14:30:16 +0100 |
commit | f49b4e01d13fafb3d342d25db49e31936375cae6 (patch) | |
tree | 7b36f8d90d177abb7c13c1b28423525ec15978bf /app-shells | |
parent | app-shells/fzf-tab: add 0_pre20221124 (diff) | |
download | guru-f49b4e01d13fafb3d342d25db49e31936375cae6.tar.gz guru-f49b4e01d13fafb3d342d25db49e31936375cae6.tar.bz2 guru-f49b4e01d13fafb3d342d25db49e31936375cae6.zip |
app-shells/fzf-tab: don't run tests without USE=test
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fzf-tab/fzf-tab-0_pre20221124.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/fzf-tab/fzf-tab-0_pre20221124.ebuild b/app-shells/fzf-tab/fzf-tab-0_pre20221124.ebuild index d56b3e63f..cea1aa0b5 100644 --- a/app-shells/fzf-tab/fzf-tab-0_pre20221124.ebuild +++ b/app-shells/fzf-tab/fzf-tab-0_pre20221124.ebuild @@ -27,6 +27,8 @@ BDEPEND=" ) " +RESTRICT="!test? ( test )" + DISABLE_AUTOFORMATTING="true" DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add . /usr/share/zsh/site-functions/${PN}.zsh |