commit: 796596e06224ee287d672757d3ec1b147f02c846
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 12:57:11 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 14:00:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796596e0
dev-go/qt: update outdated comments
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-go/qt/qt-0_pre20200904.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-go/qt/qt-0_pre20200904.ebuild
b/dev-go/qt/qt-0_pre20200904.ebuild
index d219474554d..33bdbf57cb4 100644
--- a/dev-go/qt/qt-0_pre20200904.ebuild
+++ b/dev-go/qt/qt-0_pre20200904.ebuild
@@ -91,9 +91,6 @@ src_compile() {
# and building actual bindings
go install -v -work -x -tags=no_env ${EGO_PN}/cmd/... || die
- # Conversely, this step DOES install the actual bindings but there seems
- # to be no way of only building them.
- # Note: passing -test actually DISABLES running tests
"${GOPATH}"/bin/qtsetup -failfast -test=false || die
}
@@ -117,7 +114,7 @@ src_install() {
insinto $(dirname "$(get_golibdir)/pkg/$(go env GOOS)_$(go env
GOARCH)/${EGO_PN%/*}")
doins -r pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}
- # Not sure if we actually need these - but just in case
+ # Not sure if we still need qtsetup - but just in case, install all
binaries
exeinto "$(get_golibdir)"/bin
doexe bin/*
}