From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1357390-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 C887C158087
	for <garchives@archives.gentoo.org>; Thu, 13 Jan 2022 01:00:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 091502BC003;
	Thu, 13 Jan 2022 01:00:38 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DDA9B2BC003
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jan 2022 01:00:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CBCA3335CEF
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jan 2022 01:00:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 61B4C292
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jan 2022 01:00:35 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1642035446.c6ba9d21479222201d91b4ac72641d4e1201bf66.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild media-libs/sdl2-ttf/sdl2-ttf-2.0.18.ebuild
X-VCS-Directories: media-libs/sdl2-ttf/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c6ba9d21479222201d91b4ac72641d4e1201bf66
X-VCS-Branch: master
Date: Thu, 13 Jan 2022 01:00:35 +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: 0b872476-6e45-44b7-bfa2-0e64b82665a8
X-Archives-Hash: 03e100aed60afb3bd1adbe0a8374335e

commit:     c6ba9d21479222201d91b4ac72641d4e1201bf66
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 00:57:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 00:57:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ba9d21

media-libs/sdl2-ttf: fix harfbuzz dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../sdl2-ttf/{sdl2-ttf-2.0.18.ebuild => sdl2-ttf-2.0.18-r1.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild
similarity index 90%
rename from media-libs/sdl2-ttf/sdl2-ttf-2.0.18.ebuild
rename to media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild
index 5168ee743f7a..03b5545aa54b 100644
--- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.18.ebuild
+++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.18-r1.ebuild
@@ -19,9 +19,9 @@ IUSE="+harfbuzz static-libs X"
 # On bumps, check external/ for versions of bundled freetype + harfbuzz
 # to crank up the dep bounds.
 RDEPEND=">=media-libs/libsdl2-2.0.12[${MULTILIB_USEDEP}]
-	>=media-libs/harfbuzz-2.8.0:=[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.10.4[${MULTILIB_USEDEP}]
+	>=media-libs/freetype-2.10.4[harfbuzz?,${MULTILIB_USEDEP}]
 	virtual/opengl[${MULTILIB_USEDEP}]
+	harfbuzz? ( >=media-libs/harfbuzz-2.8.0:=[${MULTILIB_USEDEP}] )
 	X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"