From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1702732-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 2B9751580FD
	for <garchives@archives.gentoo.org>; Tue, 24 Dec 2024 10:10:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66993E077C;
	Tue, 24 Dec 2024 10:10:34 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 4FED0E077C
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Dec 2024 10:10:34 +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 81A0F33BEB9
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Dec 2024 10:10:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D3945156C
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Dec 2024 10:10:31 +0000 (UTC)
From: "strategictraveler" <strategictraveler@proton.me>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "strategictraveler" <strategictraveler@proton.me>
Message-ID: <1735034779.6c9d2edd5ff54e250bebd615f70487a9dac31d34.strategictraveler@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev 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: strategictraveler
X-VCS-Committer-Name: strategictraveler
X-VCS-Revision: 6c9d2edd5ff54e250bebd615f70487a9dac31d34
X-VCS-Branch: dev
Date: Tue, 24 Dec 2024 10:10:31 +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: 81d61536-9e93-4bf6-bd79-e6e99f8f0853
X-Archives-Hash: 43ffa1563d63d4f50012b69b11494a57

commit:     6c9d2edd5ff54e250bebd615f70487a9dac31d34
Author:     strategictraveler <strategictraveler <AT> proton <DOT> me>
AuthorDate: Tue Dec 24 10:06:19 2024 +0000
Commit:     strategictraveler <strategictraveler <AT> proton <DOT> me>
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 <strategictraveler <AT> 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() {