diff options
author | 2022-01-15 19:43:13 +0200 | |
---|---|---|
committer | 2022-01-15 23:51:39 +0200 | |
commit | de143078d15dd451d791453a9dd008cf307ae2cb (patch) | |
tree | 4e540fb9607b71d9ab222f1523f3307efd874d0f /media-sound | |
parent | media-sound/gnome-music: enable py3.10 (diff) | |
download | gentoo-de143078d15dd451d791453a9dd008cf307ae2cb.tar.gz gentoo-de143078d15dd451d791453a9dd008cf307ae2cb.tar.bz2 gentoo-de143078d15dd451d791453a9dd008cf307ae2cb.zip |
media-sound/gnome-music: restrict tests once again
The old problem seems to still be there (if the validating tool is
present on the system).
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnome-music/gnome-music-40.1.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/gnome-music/gnome-music-40.1.1.ebuild b/media-sound/gnome-music/gnome-music-40.1.1.ebuild index f9f83cefdf81..261d35742d1c 100644 --- a/media-sound/gnome-music/gnome-music-40.1.1.ebuild +++ b/media-sound/gnome-music/gnome-music-40.1.1.ebuild @@ -53,6 +53,8 @@ BDEPEND=" virtual/pkgconfig " +RESTRICT="test" # only does desktop and appdata validation, and latter needs network to validate screenshot from https + pkg_setup() { python_setup } |