diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-13 23:07:35 +0530 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-13 21:26:13 +0300 |
commit | 4d9f99471e8359ba6ad2d372f5558e99290d04a9 (patch) | |
tree | 542e8db9b7f6439f227a8757313a46ddf2ed65f6 /app-containers | |
parent | www-client/firefox-bin: add 126.0 (diff) | |
download | gentoo-4d9f99471e8359ba6ad2d372f5558e99290d04a9.tar.gz gentoo-4d9f99471e8359ba6ad2d372f5558e99290d04a9.tar.bz2 gentoo-4d9f99471e8359ba6ad2d372f5558e99290d04a9.zip |
app-containers/lxd: Fix lxd-5.21.1 requiring go >= 1.22.0
Closes: https://bugs.gentoo.org/931863
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36664
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxd/lxd-5.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |