summaryrefslogtreecommitdiff
path: root/app-containers/docker-buildx/docker-buildx-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/docker-buildx/docker-buildx-9999.ebuild')
-rw-r--r--app-containers/docker-buildx/docker-buildx-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-containers/docker-buildx/docker-buildx-9999.ebuild b/app-containers/docker-buildx/docker-buildx-9999.ebuild
index 8cecb6eed7ae..d36ee06a5456 100644
--- a/app-containers/docker-buildx/docker-buildx-9999.ebuild
+++ b/app-containers/docker-buildx/docker-buildx-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,10 +20,11 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
+IUSE="test"
+
# This gives us the ability to neatly `-skip` tests.
# not required once ::gentoo is all > 1.20
RESTRICT="!test? ( test )"
-IUSE="test"
BDEPEND="
test? ( >=dev-lang/go-1.20 )