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 38140158064 for ; Mon, 13 May 2024 18:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F126E29AB; Mon, 13 May 2024 18:27:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB71FE29AB for ; Mon, 13 May 2024 18:27:47 +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 B5547340C33 for ; Mon, 13 May 2024 18:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21ACF1A35 for ; Mon, 13 May 2024 18:27:45 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1715624773.4d9f99471e8359ba6ad2d372f5558e99290d04a9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/lxd/lxd-5.21.1.ebuild X-VCS-Directories: app-containers/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4d9f99471e8359ba6ad2d372f5558e99290d04a9 X-VCS-Branch: master Date: Mon, 13 May 2024 18:27:45 +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: b105e545-b9d4-4ef2-b0fa-62e84389b5a1 X-Archives-Hash: 8c861de4c4b1a69926fc618c90732294 commit: 4d9f99471e8359ba6ad2d372f5558e99290d04a9 Author: Brahmajit Das gmail com> AuthorDate: Mon May 13 17:37:35 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 13 18:26:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9f9947 app-containers/lxd: Fix lxd-5.21.1 requiring go >= 1.22.0 Closes: https://bugs.gentoo.org/931863 Signed-off-by: Brahmajit Das gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36664 Signed-off-by: Joonas Niilola gentoo.org> app-containers/lxd/lxd-5.21.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/lxd/lxd-5.21.1.ebuild b/app-containers/lxd/lxd-5.21.1.ebuild index d7165784ee4d..b501e2db6a66 100644 --- a/app-containers/lxd/lxd-5.21.1.ebuild +++ b/app-containers/lxd/lxd-5.21.1.ebuild @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl" -BDEPEND=">=dev-lang/go-1.20 +BDEPEND=">=dev-lang/go-1.22 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-canonical )"