diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-01-29 18:54:43 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-01-29 18:55:13 +0100 |
commit | 1fb778a7c5165d1ea5b885570dfb5abcfe4590a7 (patch) | |
tree | 8f88efdc59128f3aa96eec104482b7413a9ab646 /gnome-extra | |
parent | sys-libs/glibc: Run sanity tests after setting up the environment (diff) | |
download | gentoo-1fb778a7c5165d1ea5b885570dfb5abcfe4590a7.tar.gz gentoo-1fb778a7c5165d1ea5b885570dfb5abcfe4590a7.tar.bz2 gentoo-1fb778a7c5165d1ea5b885570dfb5abcfe4590a7.zip |
gnome-extra/gnome-shell-extension-alphabetical-grid: Tests not suitable
Testsuite is not suitable for downstream, they are used by upstream to
verify if generated zip file is ok to be uploaded to extensions.gnome.org
Closes: https://bugs.gentoo.org/832321
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild index 429429ac7ad3..2164b03efc89 100644 --- a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild +++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild @@ -26,6 +26,9 @@ BDEPEND="" S="${WORKDIR}/alphabetical-grid-extension-${PV}" extension_uuid="AlphabeticalAppGrid@stuarthayhurst" +# Tests are only useful for upstream +RESTRICT="test" + # Not useful for us src_compile() { :; } |