diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-12-21 19:15:37 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-12-21 19:25:04 +0100 |
commit | f4e331e4ddb42607fa69dee932fb3c94d9e30277 (patch) | |
tree | 627f9a27b06adbefb6896c72e5053cd746db67a9 /x11-misc/meteo | |
parent | dev-libs/satyr: Bump to 0.39 (diff) | |
download | gentoo-f4e331e4ddb42607fa69dee932fb3c94d9e30277.tar.gz gentoo-f4e331e4ddb42607fa69dee932fb3c94d9e30277.tar.bz2 gentoo-f4e331e4ddb42607fa69dee932fb3c94d9e30277.zip |
x11-misc/meteo: Skip tests
One is useless, the other relies on network
Closes: https://bugs.gentoo.org/828052
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/meteo')
-rw-r--r-- | x11-misc/meteo/meteo-0.9.9.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-misc/meteo/meteo-0.9.9.1.ebuild b/x11-misc/meteo/meteo-0.9.9.1.ebuild index 13bc758b8d46..c59cd6c5c713 100644 --- a/x11-misc/meteo/meteo-0.9.9.1.ebuild +++ b/x11-misc/meteo/meteo-0.9.9.1.ebuild @@ -30,6 +30,10 @@ BDEPEND=" virtual/pkgconfig " +# One test needs network (#828052), the other simply checks desktop file +# validation, that we also test with our QA tests +RESTRICT="test" + src_prepare() { default vala_src_prepare |