From f0b617fff2a18ab31e643fab05f81540c127dcc3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 6 May 2026 13:15:08 -0700 Subject: [PATCH] app-admin/consul-template: Update BDEPEND to have ">=dev-lang/go-1.21" Closes: https://bugs.gentoo.org/974273 Signed-off-by: Zac Medico --- app-admin/consul-template/consul-template-0.37.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/consul-template/consul-template-0.37.4.ebuild b/app-admin/consul-template/consul-template-0.37.4.ebuild index adf2f99b89be1..df33184b94bae 100644 --- a/app-admin/consul-template/consul-template-0.37.4.ebuild +++ b/app-admin/consul-template/consul-template-0.37.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,7 @@ LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT WTFPL-2" SLOT="0" KEYWORDS="~amd64" +BDEPEND=">=dev-lang/go-1.21" COMMON_DEPEND=" acct-group/consul-template acct-user/consul-template"