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 CD02C15810F for ; Sat, 10 Jun 2023 20:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C8AEE07D4; Sat, 10 Jun 2023 20:33:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A498DE07D4 for ; Sat, 10 Jun 2023 20:33:17 +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 D60993411F0 for ; Sat, 10 Jun 2023 20:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D595A85 for ; Sat, 10 Jun 2023 20:33:15 +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: <1686429163.21157a04f7d1fde80d5597a79c0c8ae0f7d9a712.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21157a04f7d1fde80d5597a79c0c8ae0f7d9a712 X-VCS-Branch: master Date: Sat, 10 Jun 2023 20:33:15 +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: dc53810a-b532-455d-9e46-57db2aa687f9 X-Archives-Hash: 8c37b96964371c440efd275fc207bc20 commit: 21157a04f7d1fde80d5597a79c0c8ae0f7d9a712 Author: Sam James gentoo org> AuthorDate: Sat Jun 10 20:21:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 20:32:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21157a04 media-video/ffmpeg: forward-port prefix cleanup Signed-off-by: Sam James gentoo.org> media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild b/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild index 393198308111..3afc9ae6a869 100644 --- a/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild @@ -482,9 +482,6 @@ multilib_src_configure() { if tc-is-cross-compiler ; then myconf+=( --enable-cross-compile --arch=$(tc-arch-kernel) --cross-prefix=${CHOST}- --host-cc="$(tc-getBUILD_CC)" ) case ${CHOST} in - *freebsd*) - myconf+=( --target-os=freebsd ) - ;; *mingw32*) myconf+=( --target-os=mingw32 ) ;;