From 0a794d7c5026a64f154f7d042ed3f85f902f49ed Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Mon, 6 Jul 2026 16:11:50 +0300 Subject: [PATCH] dev-util/packer: update SRC_URI, plaintext PN, add go >=1.25.11 bdep Signed-off-by: Joonas Niilola --- dev-util/packer/packer-1.15.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/packer/packer-1.15.4.ebuild b/dev-util/packer/packer-1.15.4.ebuild index 8e8b4114d1cd8..34701e853eb2b 100644 --- a/dev-util/packer/packer-1.15.4.ebuild +++ b/dev-util/packer/packer-1.15.4.ebuild @@ -7,7 +7,7 @@ inherit go-module shell-completion DESCRIPTION="A tool to create identical machine images for multiple platforms" HOMEPAGE="https://www.packer.io" -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hashicorp/packer/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://gentoo.neutroniak.com/${P}-deps.tar.xz" LICENSE="BUSL-1.1" @@ -15,6 +15,8 @@ LICENSE+=" Apache-2.0 BSD MIT MPL-2.0 unicode Unicode-DFS-2016 ISC CC-BY-4.0 GPL SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" +BDEPEND=">=dev-lang/go-1.25.11" + DOCS=( {README,CHANGELOG}.md ) RESTRICT+=" test"