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 13ED81382C5 for ; Sun, 31 May 2020 21:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A61AE097D; Sun, 31 May 2020 21:09:20 +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 1D840E097D for ; Sun, 31 May 2020 21:09:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D138434EEFA for ; Sun, 31 May 2020 21:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 779B81F9 for ; Sun, 31 May 2020 21:09:17 +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: <1590959316.245028428bbe30aa9bf7d2bcd3c0e3a9cf6c3a67.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-2.6.5.ebuild media-libs/harfbuzz/harfbuzz-2.6.6.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 245028428bbe30aa9bf7d2bcd3c0e3a9cf6c3a67 X-VCS-Branch: master Date: Sun, 31 May 2020 21:09:17 +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: c79793b4-2272-43de-9043-fffa8a5a830c X-Archives-Hash: 4616d817c5966ae5fbdc52afb53ee046 commit: 245028428bbe30aa9bf7d2bcd3c0e3a9cf6c3a67 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 31 09:17:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 31 21:08:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24502842 media-libs/harfbuzz: Don't even try to run macos.tests Closes: https://bugs.gentoo.org/726120 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 4 ++++ media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 4 ++++ media-libs/harfbuzz/harfbuzz-9999.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild index 44d5656a447..73fd6fa0ccd 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild @@ -76,6 +76,10 @@ src_prepare() { test/api/Makefile.in || die fi + sed -i \ + -e 's:tests/macos.tests::' \ + test/shaping/data/in-house/Makefile.sources || die # bug 726120 + [[ ${PV} == 9999 ]] && eautoreconf elibtoolize # for Solaris diff --git a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild index 085525d97ee..639eff7a8db 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild @@ -76,6 +76,10 @@ src_prepare() { test/api/Makefile.in || die fi + sed -i \ + -e 's:tests/macos.tests::' \ + test/shaping/data/in-house/Makefile.sources || die # bug 726120 + [[ ${PV} == 9999 ]] && eautoreconf elibtoolize # for Solaris diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 085525d97ee..639eff7a8db 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -76,6 +76,10 @@ src_prepare() { test/api/Makefile.in || die fi + sed -i \ + -e 's:tests/macos.tests::' \ + test/shaping/data/in-house/Makefile.sources || die # bug 726120 + [[ ${PV} == 9999 ]] && eautoreconf elibtoolize # for Solaris