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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A676F1580FD for ; Tue, 24 Dec 2024 11:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83556E0821; Tue, 24 Dec 2024 11:55:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69175E0821 for ; Tue, 24 Dec 2024 11:55:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A76C6340BE0 for ; Tue, 24 Dec 2024 11:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD8F19A2 for ; Tue, 24 Dec 2024 11:55:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1735034779.6c9d2edd5ff54e250bebd615f70487a9dac31d34.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-roguelike/cataclysm-dda/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild X-VCS-Directories: games-roguelike/cataclysm-dda/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6c9d2edd5ff54e250bebd615f70487a9dac31d34 X-VCS-Branch: master Date: Tue, 24 Dec 2024 11:55:10 +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: 2e12ba78-4dac-45f7-98e7-f11b2154340b X-Archives-Hash: 38f9bdc1f954d95916f45294be10dd0f commit: 6c9d2edd5ff54e250bebd615f70487a9dac31d34 Author: strategictraveler proton me> AuthorDate: Tue Dec 24 10:06:19 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 24 10:06:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c9d2edd games-roguelike/cataclysm-dda: Fix locales not installing Signed-off-by: strategictraveler proton.me> games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild | 6 ++---- games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild index 0f5301af3..aa956edaa 100644 --- a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild +++ b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild @@ -116,6 +116,8 @@ src_compile() { USE_XDG_DIR=1 ) + use nls && export LANGUAGES="all" + if use ncurses; then # don't build tests twice if ! use tiles; then @@ -135,10 +137,6 @@ src_compile() { "TESTS=$(usex test 1 0)" \ "TILES=$(usex tiles 1 0)" fi - - if use nls; then - emake localization - fi } src_install() { diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild index 679c8f450..fa04fdaf0 100644 --- a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild +++ b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild @@ -109,6 +109,8 @@ src_compile() { USE_XDG_DIR=1 ) + use nls && export LANGUAGES="all" + if use ncurses; then # don't build tests twice if ! use tiles; then @@ -128,10 +130,6 @@ src_compile() { "TESTS=$(usex test 1 0)" \ "TILES=$(usex tiles 1 0)" fi - - if use nls; then - emake localization - fi } src_install() {