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 A1435138359 for ; Mon, 2 Nov 2020 14:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD87AE0824; Mon, 2 Nov 2020 14:06:41 +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 AF9D4E0824 for ; Mon, 2 Nov 2020 14:06:41 +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 EF56F340441 for ; Mon, 2 Nov 2020 14:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78C373A9 for ; Mon, 2 Nov 2020 14:06:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604325982.b6e90f304e0a5623fefbcd13639c8552c74edbe1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/transcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/transcode/transcode-1.1.7-r5.ebuild X-VCS-Directories: media-video/transcode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6e90f304e0a5623fefbcd13639c8552c74edbe1 X-VCS-Branch: master Date: Mon, 2 Nov 2020 14:06:38 +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: c45df753-9c39-4c37-8ded-252e198e5efe X-Archives-Hash: a0f5816deb542bd07e0fb52d121af810 commit: b6e90f304e0a5623fefbcd13639c8552c74edbe1 Author: Sam James gentoo org> AuthorDate: Mon Nov 2 14:06:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 2 14:06:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e90f30 media-video/transcode: fix build with glibc-2.31 deux Fixes: 3a260316838f08e9c0a273220115a240e5eb6914 Closes: https://bugs.gentoo.org/750863 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-video/transcode/transcode-1.1.7-r5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/transcode/transcode-1.1.7-r5.ebuild b/media-video/transcode/transcode-1.1.7-r5.ebuild index 277431d5435..2a8fe279f70 100644 --- a/media-video/transcode/transcode-1.1.7-r5.ebuild +++ b/media-video/transcode/transcode-1.1.7-r5.ebuild @@ -69,6 +69,7 @@ PATCHES=( "${WORKDIR}"/${P}-patchset/${P}-ffmpeg24.patch "${FILESDIR}"/${P}-swresample.patch #722296 "${FILESDIR}"/${P}-gcc10-fno-common.patch + "${FILESDIR}"/${P}-glibc-2.32.patch ) src_prepare() {