Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-alphabetical-grid/
Date: Sat, 29 Jan 2022 17:55:23
Message-Id: 1643478913.1fb778a7c5165d1ea5b885570dfb5abcfe4590a7.pacho@gentoo
1 commit: 1fb778a7c5165d1ea5b885570dfb5abcfe4590a7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 17:54:43 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 17:55:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb778a7
7
8 gnome-extra/gnome-shell-extension-alphabetical-grid: Tests not suitable
9
10 Testsuite is not suitable for downstream, they are used by upstream to
11 verify if generated zip file is ok to be uploaded to extensions.gnome.org
12
13 Closes: https://bugs.gentoo.org/832321
14 Package-Manager: Portage-3.0.30, Repoman-3.0.3
15 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
16
17 .../gnome-shell-extension-alphabetical-grid-18.0.ebuild | 3 +++
18 1 file changed, 3 insertions(+)
19
20 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
21 index 429429ac7ad3..2164b03efc89 100644
22 --- a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild
23 +++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-18.0.ebuild
24 @@ -26,6 +26,9 @@ BDEPEND=""
25 S="${WORKDIR}/alphabetical-grid-extension-${PV}"
26 extension_uuid="AlphabeticalAppGrid@stuarthayhurst"
27
28 +# Tests are only useful for upstream
29 +RESTRICT="test"
30 +
31 # Not useful for us
32 src_compile() { :; }