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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19054139360 for ; Wed, 11 Aug 2021 12:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C5DE0822; Wed, 11 Aug 2021 12:03:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50A41E0822 for ; Wed, 11 Aug 2021 12:03:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B13F335CB7 for ; Wed, 11 Aug 2021 12:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B3D87BD for ; Wed, 11 Aug 2021 12:03:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1628683411.7018d10adf6706e041cabd888b1ad4a89d869f29.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.6-r1.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7018d10adf6706e041cabd888b1ad4a89d869f29 X-VCS-Branch: master Date: Wed, 11 Aug 2021 12:03:46 +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: 78e34f5b-aa08-41ed-8523-c4cfcd3c4027 X-Archives-Hash: 142d7c193541d63413197f9fa54e2d79 commit: 7018d10adf6706e041cabd888b1ad4a89d869f29 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Aug 11 12:02:42 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 11 12:03:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7018d10a net-im/pidgin: Attempt to fix test failure Bug: https://bugs.gentoo.org/807688 Signed-off-by: Lars Wendler gentoo.org> net-im/pidgin/pidgin-2.14.6-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.14.6-r1.ebuild b/net-im/pidgin/pidgin-2.14.6-r1.ebuild index 6983523531d..122597659bc 100644 --- a/net-im/pidgin/pidgin-2.14.6-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.6-r1.ebuild @@ -161,7 +161,7 @@ pkg_setup() { } src_prepare() { - default + xdg_src_prepare eautoreconf } @@ -267,6 +267,7 @@ src_install() { src_test() { # make default build logs slightly more useful + local -x GST_PLUGIN_SYSTEM_PATH_1_0= emake check VERBOSE=1 }