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 449D0139360 for ; Wed, 4 Aug 2021 22:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86721E0993; Wed, 4 Aug 2021 22:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6375BE0993 for ; Wed, 4 Aug 2021 22:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 60C1E335DA3 for ; Wed, 4 Aug 2021 22:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2C484F for ; Wed, 4 Aug 2021 22:36:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1628116564.94af43f25e680dd62a77031962ff87936348c551.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild X-VCS-Directories: dev-libs/totem-pl-parser/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 94af43f25e680dd62a77031962ff87936348c551 X-VCS-Branch: master Date: Wed, 4 Aug 2021 22:36:18 +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: f4e1dfc7-4770-4545-aa09-3788f66aeda2 X-Archives-Hash: f3716256ae5767e24ee3cd2162acdcf7 commit: 94af43f25e680dd62a77031962ff87936348c551 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 4 22:35:28 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 4 22:36:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94af43f2 dev-libs/totem-pl-parser: Add patch to build with gcc-11 Closes: https://bugs.gentoo.org/798864 Signed-off-by: Matt Turner gentoo.org> dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild index 41eae294ede..294cf0ed142 100644 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild +++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild @@ -36,6 +36,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${PV}-plparser-Fix-uninitialized-variable-error.patch +) + src_prepare() { # Disable tests requiring network access, bug #346127 # 3rd test fails on upgrade, not once installed