commit:     577be2ab7dacbf689167955e19a51591631f49c6
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun Mar 16 23:34:09 2025 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun Mar 16 23:34:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=577be2ab

golang-single eclass fails... Try with go-module eclass

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 app-admin/terraform-provider-libvirt/Manifest                           | 2 +-
 .../terraform-provider-libvirt/terraform-provider-libvirt-0.8.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/terraform-provider-libvirt/Manifest 
b/app-admin/terraform-provider-libvirt/Manifest
index 83fdd26..649b406 100644
--- a/app-admin/terraform-provider-libvirt/Manifest
+++ b/app-admin/terraform-provider-libvirt/Manifest
@@ -1,3 +1,3 @@
 DIST terraform-provider-libvirt-0.8.3.tar.gz 16380136 BLAKE2B 
ed9089608545feb8ff057d1c36a82e8f3f85ca9007f01c17c6e483a25566b02f4047ea53a67f1bfc73c52f37b08a891e0570b7247709d34a9d5303551496437c
 SHA512 
a82d2ec028e1cfe5c19adc01f23f55582f42f51de430c11f00ca63b7d2c7623ff7fef4d0847bfa9d19ceba4b30d4f1bc2dd6a4af8f28531cebb2de93e4538404
-EBUILD terraform-provider-libvirt-0.8.3.ebuild 852 BLAKE2B 
805b2276d47a17e8ba7b0bc67ecff80c3fb07b1cc6aed9438fa1906be1d34ca4970576ca81e6ed0a0c01aa05070909635f9b461f1e8932917fd79e878581af36
 SHA512 
b111b6185e6ac923d347eb402b776fdb5cc11b519933c8bac0bae40eaf5f6f903a08496fe41bbf0ac018296719594f38c2722b710a5e46e17e0a37b3ce6076ee
+EBUILD terraform-provider-libvirt-0.8.3.ebuild 848 BLAKE2B 
17a2f7611da803b292d78aad66fdb59a234331fcc15f5f4d829347713c2e6c5b1755607a67d3dad21b2ced05d91defec927f5be29b09035e76269be65b817b15
 SHA512 
b716f91f21c49a5bff24b6ed51d03990289bd7a23537a49a95f478523f7e08640726df78b026ef7c4b10ef86139e534eb906008ebafe34b33cba0d77013a2c58
 MISC metadata.xml 384 BLAKE2B 
a977c9a290d9a50c818b53b95369d9e564f37ba5be80d62739016f6c8933f52c6efca8ad09bad4a78212d1bb608d007f1c5559732d8399184735dad02892e54b
 SHA512 
85b5d1cb9a1645b89d2f3b586c9c53b308860a075505dd1aee536115c41a9e0ba36c9e05f5025f749e71e9945d9c09785ee02054cf759696551de0bd5a2efb1f

diff --git 
a/app-admin/terraform-provider-libvirt/terraform-provider-libvirt-0.8.3.ebuild 
b/app-admin/terraform-provider-libvirt/terraform-provider-libvirt-0.8.3.ebuild
index d307f67..466aee6 100644
--- 
a/app-admin/terraform-provider-libvirt/terraform-provider-libvirt-0.8.3.ebuild
+++ 
b/app-admin/terraform-provider-libvirt/terraform-provider-libvirt-0.8.3.ebuild
@@ -7,7 +7,7 @@ GOLANG_PKG_IMPORTPATH="github.com/dmacvicar"
 GOLANG_PKG_ARCHIVEPREFIX="v"
 GOLANG_PKG_VERSION="$(ver_cut 1-3)"
 
-inherit golang-single
+inherit go-module
 
 EGO_SRC="${GOLANG_PKG_IMPORTPATH}/${PN}"
 EGO_PN=${EGO_SRC}/...

Reply via email to