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"