From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90E331581FD for ; Wed, 10 Sep 2025 08:43:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 79A55340DCD for ; Wed, 10 Sep 2025 08:43:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6BA09110377; Wed, 10 Sep 2025 08:43:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 6166D110377 for ; Wed, 10 Sep 2025 08:43:54 +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 BC938340441 for ; Wed, 10 Sep 2025 08:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266A3394F for ; Wed, 10 Sep 2025 08:43:52 +0000 (UTC) From: "Tim Sviridov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Sviridov" Message-ID: <1757493807.059a7910e05fb767c5c92692d92285ec6ff1bf49.Lt.Infiltrator@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/7k-ambition/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/7k-ambition/7k-ambition-9999.ebuild X-VCS-Directories: games-strategy/7k-ambition/ X-VCS-Committer: Lt.Infiltrator X-VCS-Committer-Name: Tim Sviridov X-VCS-Revision: 059a7910e05fb767c5c92692d92285ec6ff1bf49 X-VCS-Branch: dev Date: Wed, 10 Sep 2025 08:43:52 +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: 1fd8cd40-a023-4efc-b33f-aee335c71aae X-Archives-Hash: eddc89d3b2acf05dd250868ace2bf537 commit: 059a7910e05fb767c5c92692d92285ec6ff1bf49 Author: Tim Sviridov gmail com> AuthorDate: Wed Sep 10 08:43:27 2025 +0000 Commit: Tim Sviridov gmail com> CommitDate: Wed Sep 10 08:43:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=059a7910 games-strategy/7k-ambition: Fix gettext dependency version for -9999 Signed-off-by: Tim Sviridov gmail.com> games-strategy/7k-ambition/7k-ambition-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/7k-ambition/7k-ambition-9999.ebuild b/games-strategy/7k-ambition/7k-ambition-9999.ebuild index dd3b6c6a98..38fc05bbf7 100644 --- a/games-strategy/7k-ambition/7k-ambition-9999.ebuild +++ b/games-strategy/7k-ambition/7k-ambition-9999.ebuild @@ -28,7 +28,7 @@ RESTRICT="music? ( bindist ) mirror" DEPEND=" dev-libs/boost:= - nls? ( <=sys-devel/gettext-0.22.5-r2 ) + nls? ( >=sys-devel/gettext-0.23 ) multiplayer? ( net-libs/enet:1.3= net-misc/curl:=