diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:59:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:17 +0100 |
commit | 4a949250d0e3b6ead5e66153648add51c9059abf (patch) | |
tree | b94d4e933778da8967a42ab28651776d076a8fdc /dev-util | |
parent | dev-util/bitcoin-tx: fix StaticSrcUri (diff) | |
download | gentoo-4a949250d0e3b6ead5e66153648add51c9059abf.tar.gz gentoo-4a949250d0e3b6ead5e66153648add51c9059abf.tar.bz2 gentoo-4a949250d0e3b6ead5e66153648add51c9059abf.zip |
dev-util/packer: drop unnecessary go-module_set_globals
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/packer/packer-1.7.10.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-util/packer/packer-1.7.10.ebuild b/dev-util/packer/packer-1.7.10.ebuild index 2805c0f9c87d..30071af733b2 100644 --- a/dev-util/packer/packer-1.7.10.ebuild +++ b/dev-util/packer/packer-1.7.10.ebuild @@ -5,8 +5,6 @@ EAPI=7 inherit go-module -go-module_set_globals - 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 |