From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0022F158086 for ; Tue, 21 Dec 2021 18:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5D102BC008; Tue, 21 Dec 2021 18:25:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D269F2BC002 for ; Tue, 21 Dec 2021 18:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD485342C6C for ; Tue, 21 Dec 2021 18:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 057D1250 for ; Tue, 21 Dec 2021 18:25:10 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1640111104.f4e331e4ddb42607fa69dee932fb3c94d9e30277.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/meteo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/meteo/meteo-0.9.9.1.ebuild X-VCS-Directories: x11-misc/meteo/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f4e331e4ddb42607fa69dee932fb3c94d9e30277 X-VCS-Branch: master Date: Tue, 21 Dec 2021 18:25:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e380e6d8-71e9-40ac-9b91-a8fe3e1e1cea X-Archives-Hash: 5d1e9f9e8d7b4cd6283825cc6ee171c5 commit: f4e331e4ddb42607fa69dee932fb3c94d9e30277 Author: Pacho Ramos gentoo org> AuthorDate: Tue Dec 21 18:15:37 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Dec 21 18:25:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e331e4 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 gentoo.org> x11-misc/meteo/meteo-0.9.9.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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