From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1399884-garchives=archives.gentoo.org@lists.gentoo.org>
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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C7B67158090
	for <garchives@archives.gentoo.org>; Mon, 23 May 2022 06:29:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D9E8BE0802;
	Mon, 23 May 2022 06:29:22 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AF6D2E0802
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2022 06:29:22 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DED64341B7D
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2022 06:29:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 414E53C3
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2022 06:29:20 +0000 (UTC)
From: "Matthew Smith" <matthew@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, "Matthew Smith" <matthew@gentoo.org>
Message-ID: <1653287338.852f5e982bbbedfa427bde1b17126b5bc6746bc2.matthew@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ttfautohint/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild
X-VCS-Directories: media-gfx/ttfautohint/
X-VCS-Committer: matthew
X-VCS-Committer-Name: Matthew Smith
X-VCS-Revision: 852f5e982bbbedfa427bde1b17126b5bc6746bc2
X-VCS-Branch: master
Date: Mon, 23 May 2022 06:29:20 +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: 0db836e7-f577-45bd-8b22-47148546d7b9
X-Archives-Hash: 6c3fa68181468fcbe290c694d91fde57

commit:     852f5e982bbbedfa427bde1b17126b5bc6746bc2
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 06:12:00 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon May 23 06:28:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852f5e98

media-gfx/ttfautohint: fix harfbuzz dependency

Closes: https://bugs.gentoo.org/846908
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 .../{ttfautohint-1.8.4-r2.ebuild => ttfautohint-1.8.4-r3.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild b/media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild
similarity index 97%
rename from media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild
rename to media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild
index a15206b84bb9..4e8b808e396f 100644
--- a/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild
+++ b/media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild
@@ -16,7 +16,7 @@ IUSE="qt5"
 
 RDEPEND="
 	media-libs/freetype
-	media-libs/harfbuzz:=
+	media-libs/harfbuzz:=[truetype]
 	qt5? (
 		dev-qt/qtcore:5
 		dev-qt/qtgui:5