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 9F4C0158088 for ; Sat, 15 Jan 2022 21:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D77812BC047; Sat, 15 Jan 2022 21:51:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C2DEE2BC02A for ; Sat, 15 Jan 2022 21:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id EE215342B2D for ; Sat, 15 Jan 2022 21:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3698297 for ; Sat, 15 Jan 2022 21:51:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1642283499.de143078d15dd451d791453a9dd008cf307ae2cb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnome-music/gnome-music-40.1.1.ebuild X-VCS-Directories: media-sound/gnome-music/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: de143078d15dd451d791453a9dd008cf307ae2cb X-VCS-Branch: master Date: Sat, 15 Jan 2022 21:51:55 +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: 4248daf1-6c5e-4b71-81c1-2bd304dc8fb1 X-Archives-Hash: 7e1189e791814bb78c83030576cd2b62 commit: de143078d15dd451d791453a9dd008cf307ae2cb Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 15 17:43:13 2022 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 15 21:51:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de143078 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 gentoo.org> media-sound/gnome-music/gnome-music-40.1.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 }