From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1354034-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id EAB4B158086
	for <garchives@archives.gentoo.org>; Fri, 31 Dec 2021 10:46:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A83D5E0207;
	Fri, 31 Dec 2021 10:46:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 3404DE0207
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 10:46:21 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 141AB342B68
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 10:46:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E98C1BF
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 10:46:18 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@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, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1640947565.b4d60321654a226f749fff4f5d1ceccdd34ac708.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-arcade/supertux/supertux-0.6.3.ebuild
X-VCS-Directories: games-arcade/supertux/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: b4d60321654a226f749fff4f5d1ceccdd34ac708
X-VCS-Branch: master
Date: Fri, 31 Dec 2021 10:46:18 +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: 4984bbcb-f9ed-4348-b8ff-6905d7d2c3d7
X-Archives-Hash: 085a10fdc047ca7fead68459552be45a

commit:     b4d60321654a226f749fff4f5d1ceccdd34ac708
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 10:44:49 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 10:46:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d60321

games-arcade/supertux: Added media-libs/glm to DEPEND

Closes: https://bugs.gentoo.org/830327
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 games-arcade/supertux/supertux-0.6.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-arcade/supertux/supertux-0.6.3.ebuild b/games-arcade/supertux/supertux-0.6.3.ebuild
index 93f09e6450c8..0a9fb27d74ef 100644
--- a/games-arcade/supertux/supertux-0.6.3.ebuild
+++ b/games-arcade/supertux/supertux-0.6.3.ebuild
@@ -35,7 +35,8 @@ RDEPEND="
 	>=net-misc/curl-7.21.7
 	virtual/opengl
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	media-libs/glm"
 BDEPEND="
 	virtual/pkgconfig
 "