From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422894-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 C2622158094
	for <garchives@archives.gentoo.org>; Fri, 29 Jul 2022 03:16:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4EFFFE0EAA;
	Fri, 29 Jul 2022 03:16:53 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 26347E0EA9
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 03:16:53 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9534F33E01A
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 03:16:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C666558
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 03:16:48 +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: <1659064501.97eea01e7dc71b8f4df61830bd0e6b420734d61a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-action/polymc/polymc-9999.ebuild
X-VCS-Directories: games-action/polymc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 97eea01e7dc71b8f4df61830bd0e6b420734d61a
X-VCS-Branch: master
Date: Fri, 29 Jul 2022 03:16:48 +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: 9aefffaa-bc54-4ebf-86b7-b9640156883b
X-Archives-Hash: 9a2b621042fb0ee43a60c2a9802c32df

commit:     97eea01e7dc71b8f4df61830bd0e6b420734d61a
Author:     Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Sun Jul  3 17:25:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 03:15:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eea01e

games-action/polymc: add ECM dependency

As per https://github.com/PolyMC/PolyMC/pull/784, we now need ECM as a
build-time dependency.

Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-action/polymc/polymc-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild
index cc17908560c9..cf43c1ce025e 100644
--- a/games-action/polymc/polymc-9999.ebuild
+++ b/games-action/polymc/polymc-9999.ebuild
@@ -67,6 +67,7 @@ COMMON_DEPENDS="
 
 DEPEND="
 	${COMMON_DEPENDS}
+	kde-frameworks/extra-cmake-modules
 	media-libs/libglvnd
 	>=virtual/jdk-1.8.0:*
 "