From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1304394-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 5F70013933E
	for <garchives@archives.gentoo.org>; Tue, 20 Jul 2021 16:45:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A2BC5E09E9;
	Tue, 20 Jul 2021 16:45:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 85996E09E9
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jul 2021 16:45:25 +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 671AF342BB0
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jul 2021 16:45:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0760173A
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jul 2021 16:45:23 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1626799463.aa3e8903daffb28df6270c71ab969d23a2d876ca.mattst88@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.8.1.ebuild media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild media-libs/harfbuzz/harfbuzz-2.8.2.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild
X-VCS-Directories: media-libs/harfbuzz/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: aa3e8903daffb28df6270c71ab969d23a2d876ca
X-VCS-Branch: master
Date: Tue, 20 Jul 2021 16:45:23 +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: bf35e67a-d398-4320-8c7d-89835304d961
X-Archives-Hash: 144d6a04645c4ac7d9b6b1294c462e8a

commit:     aa3e8903daffb28df6270c71ab969d23a2d876ca
Author:     Nuno Silva <njsg <AT> iki <DOT> fi>
AuthorDate: Tue Jul 20 16:04:00 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:44:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3e8903

media-libs/harfbuzz: fix documentation configure option

Signed-off-by: Nuno Silva <njsg <AT> iki.fi>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.8.1.ebuild    | 2 +-
 media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild | 2 +-
 media-libs/harfbuzz/harfbuzz-2.8.2.ebuild    | 2 +-
 media-libs/harfbuzz/harfbuzz-9999.ebuild     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.8.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.8.1.ebuild
index 453389b6331..4cb7ec1c415 100644
--- a/media-libs/harfbuzz/harfbuzz-2.8.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.8.1.ebuild
@@ -78,7 +78,7 @@ multilib_src_configure() {
 	local emesonargs=(
 		$(meson_native_use_feature cairo)
 		-Dcoretext="disabled"
-		$(meson_native_use_feature doc)
+		$(meson_native_use_feature doc docs)
 		-Dfontconfig="disabled" #609300
 		$(meson_native_use_feature introspection)
 		$(meson_use static-libs static)

diff --git a/media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild b/media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild
index e77ca3c2cf7..86a48028255 100644
--- a/media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.8.2-r1.ebuild
@@ -87,7 +87,7 @@ multilib_src_configure() {
 		$(meson_feature truetype freetype)
 
 		$(meson_native_use_feature cairo)
-		$(meson_native_use_feature doc)
+		$(meson_native_use_feature doc docs)
 		$(meson_native_use_feature introspection)
 
 		$(meson_use experimental experimental_api)

diff --git a/media-libs/harfbuzz/harfbuzz-2.8.2.ebuild b/media-libs/harfbuzz/harfbuzz-2.8.2.ebuild
index 9f52c19d342..91e50bcaf5b 100644
--- a/media-libs/harfbuzz/harfbuzz-2.8.2.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.8.2.ebuild
@@ -78,7 +78,7 @@ multilib_src_configure() {
 	local emesonargs=(
 		$(meson_native_use_feature cairo)
 		-Dcoretext="disabled"
-		$(meson_native_use_feature doc)
+		$(meson_native_use_feature doc docs)
 		-Dfontconfig="disabled" #609300
 		$(meson_native_use_feature introspection)
 		$(meson_use static-libs static)

diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
index e77ca3c2cf7..86a48028255 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -87,7 +87,7 @@ multilib_src_configure() {
 		$(meson_feature truetype freetype)
 
 		$(meson_native_use_feature cairo)
-		$(meson_native_use_feature doc)
+		$(meson_native_use_feature doc docs)
 		$(meson_native_use_feature introspection)
 
 		$(meson_use experimental experimental_api)