From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1699099-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E01D91581F2
	for <garchives@archives.gentoo.org>; Wed, 11 Dec 2024 10:57:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC69FE0B40;
	Wed, 11 Dec 2024 10:57:15 +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 3929BE0B1C
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 10:57:15 +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 4C326343169
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 10:57:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA991F28
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 10:57:12 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1733914626.ea940663295789c228ef43aa702fbc5cb6358576.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-engines/scummvm/scummvm-2.9.0.ebuild games-engines/scummvm/scummvm-9999.ebuild
X-VCS-Directories: games-engines/scummvm/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: ea940663295789c228ef43aa702fbc5cb6358576
X-VCS-Branch: master
Date: Wed, 11 Dec 2024 10:57:12 +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: 5aedc314-9968-4c38-93cd-001bd1c3d8f9
X-Archives-Hash: d502a35918a84fca0e57696cf0bc2927

commit:     ea940663295789c228ef43aa702fbc5cb6358576
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 10:39:29 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 10:57:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea940663

games-engines/scummvm: Enable text console

Enable text console support.  It has no dependencies, and should be
harmless to enable, and possibly helpful should anyone need to debug
stuff.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-engines/scummvm/scummvm-2.9.0.ebuild | 1 +
 games-engines/scummvm/scummvm-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/games-engines/scummvm/scummvm-2.9.0.ebuild b/games-engines/scummvm/scummvm-2.9.0.ebuild
index d330ce1ff3f3..d47105423749 100644
--- a/games-engines/scummvm/scummvm-2.9.0.ebuild
+++ b/games-engines/scummvm/scummvm-2.9.0.ebuild
@@ -120,6 +120,7 @@ src_configure() {
 		$(use_enable png)
 		$(use_enable sndio)
 		$(use_enable speech tts)
+		--enable-text-console
 		$(use_enable theora theoradec)
 		$(use_enable truetype freetype2)
 		$(usex unsupported --enable-all-engines '')

diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-9999.ebuild
index d330ce1ff3f3..d47105423749 100644
--- a/games-engines/scummvm/scummvm-9999.ebuild
+++ b/games-engines/scummvm/scummvm-9999.ebuild
@@ -120,6 +120,7 @@ src_configure() {
 		$(use_enable png)
 		$(use_enable sndio)
 		$(use_enable speech tts)
+		--enable-text-console
 		$(use_enable theora theoradec)
 		$(use_enable truetype freetype2)
 		$(usex unsupported --enable-all-engines '')