diff options
author | Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com> | 2020-04-27 10:17:30 +0200 |
---|---|---|
committer | Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com> | 2020-04-27 10:20:35 +0200 |
commit | d48028bb7b02dda0aced9d3588482b222e77176c (patch) | |
tree | d04c341581a97db48bed0687f0794e1e7339d6a2 /app-misc | |
parent | guru/profiles/package.mask: after full test kikoplay works (diff) | |
download | guru-d48028bb7b02dda0aced9d3588482b222e77176c.tar.gz guru-d48028bb7b02dda0aced9d3588482b222e77176c.tar.bz2 guru-d48028bb7b02dda0aced9d3588482b222e77176c.zip |
app-misc/cheat: override src_test function
default `make check` will run a formatting command using an
external command (not available yet on Guru overlay)
Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cheat/cheat-3.9.0-r1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-misc/cheat/cheat-3.9.0-r1.ebuild b/app-misc/cheat/cheat-3.9.0-r1.ebuild index 5644e8549..ab71b1786 100644 --- a/app-misc/cheat/cheat-3.9.0-r1.ebuild +++ b/app-misc/cheat/cheat-3.9.0-r1.ebuild @@ -99,6 +99,13 @@ BDEPEND=" " RDEPEND="zsh-completion? ( !app-shells/zsh-completions )" +src_test() { + # we can't use the default behavior + # since the check rule performs formatting + # with a non-standard go tool + emake test +} + src_install() { dobin "dist/${PN}" if use zsh-completion; then |