From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 449D4158089 for ; Sun, 17 Sep 2023 21:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 738392BC017; Sun, 17 Sep 2023 21:42:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5C70B2BC017 for ; Sun, 17 Sep 2023 21:42:01 +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 9A5D0335C67 for ; Sun, 17 Sep 2023 21:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E74911CB for ; Sun, 17 Sep 2023 21:41:59 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694986848.c31cd291b2dbb3ad5137cd9f4eba5812c84df977.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/eduke32/eduke32-20230826.10364.ebuild X-VCS-Directories: games-fps/eduke32/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c31cd291b2dbb3ad5137cd9f4eba5812c84df977 X-VCS-Branch: master Date: Sun, 17 Sep 2023 21:41:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5877341-dbba-4b26-b470-d46cfea60572 X-Archives-Hash: 1433410998c295793b255b4f40a37cd0 commit: c31cd291b2dbb3ad5137cd9f4eba5812c84df977 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Sep 17 21:02:16 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 17 21:40:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31cd291 games-fps/eduke32: fix typo Closes: https://bugs.gentoo.org/914245 Signed-off-by: Conrad Kostecki gentoo.org> games-fps/eduke32/eduke32-20230826.10364.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/eduke32/eduke32-20230826.10364.ebuild b/games-fps/eduke32/eduke32-20230826.10364.ebuild index 6ba5145aa6f4..ae52591f3f38 100644 --- a/games-fps/eduke32/eduke32-20230826.10364.ebuild +++ b/games-fps/eduke32/eduke32-20230826.10364.ebuild @@ -139,7 +139,7 @@ src_compile() { SDL_TARGET=2 SIMPLE_MENU=0 STRIP="" - TANDALONE=0 + STANDALONE=0 STARTUP_WINDOW=$(usex gtk 1 0) USE_OPENGL=$(usex opengl 1 0) USE_LIBVPX=$(usex vpx 1 0)