From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFC0415808A for ; Mon, 21 Jul 2025 02:28:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C1D0B340E96 for ; Mon, 21 Jul 2025 02:28:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B8E4D11055F; Mon, 21 Jul 2025 02:28:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id ADA7F11055E for ; Mon, 21 Jul 2025 02:28:47 +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 625A7340F6B for ; Mon, 21 Jul 2025 02:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5833281 for ; Mon, 21 Jul 2025 02:28:45 +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: <1753064856.6a581bcd2f4e3c2c0a06b5d9d2256bf3c50c698d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-10.4.0-r1.ebuild media-libs/harfbuzz/harfbuzz-10.4.0-r2.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a581bcd2f4e3c2c0a06b5d9d2256bf3c50c698d X-VCS-Branch: master Date: Mon, 21 Jul 2025 02:28:45 +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: 03431c8f-70bf-4539-804e-c2075183ce25 X-Archives-Hash: 4e6dde3fc5ee277e87eb8cd5f00a1d47 commit: 6a581bcd2f4e3c2c0a06b5d9d2256bf3c50c698d Author: Sam James gentoo org> AuthorDate: Mon Jul 21 02:27:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 21 02:27:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a581bcd media-libs/harfbuzz: fix PATCHES typo in 10.4.0 5a5248cde63dd7a115c2ae9598d8081da18562d1 typo'd the PATCHES array name and filename. I only noticed thanks to pkgcruft warning the file was unused (and the other one didn't exist)! Bug: https://bugs.gentoo.org/950274 Bug: https://bugs.gentoo.org/953435 Signed-off-by: Sam James gentoo.org> .../harfbuzz/{harfbuzz-10.4.0-r1.ebuild => harfbuzz-10.4.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/harfbuzz/harfbuzz-10.4.0-r1.ebuild b/media-libs/harfbuzz/harfbuzz-10.4.0-r2.ebuild similarity index 97% rename from media-libs/harfbuzz/harfbuzz-10.4.0-r1.ebuild rename to media-libs/harfbuzz/harfbuzz-10.4.0-r2.ebuild index 907c609f3b04..1b42b1e59c81 100644 --- a/media-libs/harfbuzz/harfbuzz-10.4.0-r1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-10.4.0-r2.ebuild @@ -44,7 +44,7 @@ BDEPEND=" introspection? ( dev-util/glib-utils ) " -FILES=( "${FILESDIR}/${P}-meson-harfbuzz.patch" ) # bug 950274 +PATCHES=( "${FILESDIR}/${P}-meson-freetype.patch" ) # bug 950274 src_prepare() { default