From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1176262-garchives=archives.gentoo.org@lists.gentoo.org>
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 B4EE61382C5
	for <garchives@archives.gentoo.org>; Mon,  1 Jun 2020 21:48:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E53BCE0864;
	Mon,  1 Jun 2020 21:48:17 +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 CC022E0864
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 21:48:17 +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 A3D5634EEE0
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 21:48:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B461C8
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 21:48:14 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1591048062.07997dc2259a4b09f2c9095b8c84ae8e6495568f.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: 07997dc2259a4b09f2c9095b8c84ae8e6495568f
X-VCS-Branch: master
Date: Mon,  1 Jun 2020 21:48:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d2641ec2-85bc-4e45-bd48-ee30ee98c3c9
X-Archives-Hash: 41fb6fe9f3703fbe7c5956e8f85c0636

commit:     07997dc2259a4b09f2c9095b8c84ae8e6495568f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 21:47:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 21:47:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07997dc2

media-libs/harfbuzz: Add missed Makefile.in sed

Closes: https://bugs.gentoo.org/726674
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 3 ++-
 media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 3 ++-
 media-libs/harfbuzz/harfbuzz-9999.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
index c2e60f9f202..df0e3cbd9e4 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
 	sed -i \
 		-e 's:tests/macos.tests::' \
-		test/shaping/data/in-house/Makefile.sources || die # bug 726120
+		test/shaping/data/in-house/Makefile.sources \
+		test/shaping/data/in-house/Makefile.in || 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 639eff7a8db..c5ef6e97489 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
 	sed -i \
 		-e 's:tests/macos.tests::' \
-		test/shaping/data/in-house/Makefile.sources || die # bug 726120
+		test/shaping/data/in-house/Makefile.sources \
+		test/shaping/data/in-house/Makefile.in || 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 639eff7a8db..c5ef6e97489 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
 	sed -i \
 		-e 's:tests/macos.tests::' \
-		test/shaping/data/in-house/Makefile.sources || die # bug 726120
+		test/shaping/data/in-house/Makefile.sources \
+		test/shaping/data/in-house/Makefile.in || die # bug 726120
 
 	[[ ${PV} == 9999 ]] && eautoreconf
 	elibtoolize # for Solaris