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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F5631581EC for ; Sat, 23 Nov 2024 17:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA2CE07D0; Sat, 23 Nov 2024 17:30:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AA597E07D0 for ; Sat, 23 Nov 2024 17:30:06 +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 AAF1B33BE12 for ; Sat, 23 Nov 2024 17:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A7A511DF for ; Sat, 23 Nov 2024 17:30:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732382888.1e71e08f2e0bfbcf251c008cda04c15e1eec7dfb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-9999.ebuild X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e71e08f2e0bfbcf251c008cda04c15e1eec7dfb X-VCS-Branch: master Date: Sat, 23 Nov 2024 17:30:04 +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: e6fd7143-26b2-493c-b50f-b213ac877eb5 X-Archives-Hash: 9afee10d070e1d1803fa8076629e677a commit: 1e71e08f2e0bfbcf251c008cda04c15e1eec7dfb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 23 17:26:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 17:28:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e71e08f media-libs/libheif: Drop missing, and upstreamed, patch Patching 9999 for pending upstream MRs is futile in most cases. Don't do it, especially if ${PN} is unmaintained. Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libheif/libheif-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 0ee4f90982c5..e55830a930cc 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -45,9 +45,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -# https://github.com/strukturag/libheif/issues/1249 -PATCHES=( "${FILESDIR}"/${P}-prepend_DESTDIR_when_generating_heif-convert_symlink.patch ) - MULTILIB_WRAPPED_HEADERS=( /usr/include/libheif/heif_version.h )