From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1268714-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 A9B9B1382C5
	for <garchives@archives.gentoo.org>; Thu,  8 Apr 2021 11:16:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CBA49E0863;
	Thu,  8 Apr 2021 11:16:47 +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 67B21E0863
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Apr 2021 11:16:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 DFF04335C7D
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Apr 2021 11:16:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3765D2
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Apr 2021 11:16:44 +0000 (UTC)
From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" <o.freyermuth@googlemail.com>
Message-ID: <1617880516.2d6dd17171f573fe353110e8695ae8c42a5940e2.freyermuth@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-arcade/taisei/taisei-1.3.1.ebuild
X-VCS-Directories: games-arcade/taisei/
X-VCS-Committer: freyermuth
X-VCS-Committer-Name: Oliver Freyermuth
X-VCS-Revision: 2d6dd17171f573fe353110e8695ae8c42a5940e2
X-VCS-Branch: dev
Date: Thu,  8 Apr 2021 11:16:44 +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: c066ebac-a68f-40f0-ad97-da60d2d24264
X-Archives-Hash: 1234827dfb57749890ef778b02c7e820

commit:     2d6dd17171f573fe353110e8695ae8c42a5940e2
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu Apr  8 11:15:16 2021 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Thu Apr  8 11:15:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d6dd171

games-arcade/taisei: Add missing dependency on opus.

Closes: https://bugs.gentoo.org/780939
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 games-arcade/taisei/taisei-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/taisei/taisei-1.3.1.ebuild b/games-arcade/taisei/taisei-1.3.1.ebuild
index cbecc2fbc..26982cbef 100644
--- a/games-arcade/taisei/taisei-1.3.1.ebuild
+++ b/games-arcade/taisei/taisei-1.3.1.ebuild
@@ -27,7 +27,7 @@ DEPEND="
 	media-libs/freetype:2
 	>=media-libs/libpng-1.5
 	media-libs/libsdl2
-	media-libs/sdl2-mixer
+	media-libs/sdl2-mixer[opus]
 	media-libs/libwebp
 	sys-libs/zlib
 	zip? ( dev-libs/libzip )