Diff docker-buildx-0.11.2 with a docker-buildx-0.19.1

/usr/portage/app-containers/docker-buildx/docker-buildx-0.19.1.ebuild 2025-02-03 17:39:32.282664971 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20
LICENSE="Apache-2.0"
21 21
SLOT="0"
22 22

  
23
IUSE="test"
24

  
23 25
# This gives us the ability to neatly `-skip` tests.
24 26
# not required once ::gentoo is all > 1.20
25 27
RESTRICT="!test? ( test )"
26
IUSE="test"
27 28

  
28 29
BDEPEND="
29 30
	test? ( >=dev-lang/go-1.20 )
Thank you!