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 2E6F215803E for ; Sat, 6 Jan 2024 15:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 239992BC019; Sat, 6 Jan 2024 15:33:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D8722BC019 for ; Sat, 6 Jan 2024 15:33:00 +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 3ECB933DF47 for ; Sat, 6 Jan 2024 15:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28BA1300 for ; Sat, 6 Jan 2024 15:32:57 +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: <1704554204.a82ee9a963684e9c8a7ab0824519319fbb075223.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-software/gnome-software-45.3.ebuild X-VCS-Directories: gnome-extra/gnome-software/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a82ee9a963684e9c8a7ab0824519319fbb075223 X-VCS-Branch: master Date: Sat, 6 Jan 2024 15:32:57 +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: a1c75cd1-5d4e-41bc-b77d-a80b29d9147a X-Archives-Hash: 7811e7b5c5f18e3c456f7e9b218edd9a commit: a82ee9a963684e9c8a7ab0824519319fbb075223 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 6 15:16:44 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 6 15:16:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82ee9a9 gnome-extra/gnome-software: drop unintended src_test changes These didn't help solve a flatpak plugin test failure for me and thus weren't meant to be included in the bump, but had forgotten to clean it up before pushing. Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-software/gnome-software-45.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnome-extra/gnome-software/gnome-software-45.3.ebuild b/gnome-extra/gnome-software/gnome-software-45.3.ebuild index 3955b249234f..029c629a83c8 100644 --- a/gnome-extra/gnome-software/gnome-software-45.3.ebuild +++ b/gnome-extra/gnome-software/gnome-software-45.3.ebuild @@ -92,8 +92,6 @@ src_configure() { } src_test() { - gnome_environment_reset - export XDG_DATA_DIRS="${EPREFIX}"/usr/share virtx dbus-run-session meson test -C "${BUILD_DIR}" || die }