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 DF5E7158CB7 for ; Wed, 18 Aug 2021 14:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15981E07F0; Wed, 18 Aug 2021 14:09:59 +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 F08B3E07F0 for ; Wed, 18 Aug 2021 14:09:58 +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 6CDFE340F79 for ; Wed, 18 Aug 2021 14:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFCED86D for ; Wed, 18 Aug 2021 14:09:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1629295786.1eb1ca1806b9a1d50f1bdb160a71842903e9726d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-9999.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1eb1ca1806b9a1d50f1bdb160a71842903e9726d X-VCS-Branch: master Date: Wed, 18 Aug 2021 14:09:55 +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: cb284d8e-fe41-45e1-a623-43979ff6467e X-Archives-Hash: 0bf43d476b1cf7747cd52d91e304786f commit: 1eb1ca1806b9a1d50f1bdb160a71842903e9726d Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 18 14:09:13 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 18 14:09:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb1ca18 media-libs/harfbuzz: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-libs/harfbuzz/harfbuzz-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 86a48028255..f47e641c6ee 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -56,8 +56,8 @@ src_prepare() { xdg_environment_reset sed -i \ - -e 's:tests/macos.tests::' \ - test/shaping/data/in-house/Makefile.sources \ + -e '/tests\/macos\.tests/d' \ + test/shape/data/in-house/Makefile.sources \ || die # bug 726120 # bug 618772