From 796596e06224ee287d672757d3ec1b147f02c846 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 20 Jan 2021 12:57:11 +0000 Subject: dev-go/qt: update outdated comments Signed-off-by: Marek Szuba --- dev-go/qt/qt-0_pre20200904.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dev-go') diff --git a/dev-go/qt/qt-0_pre20200904.ebuild b/dev-go/qt/qt-0_pre20200904.ebuild index d219474554db..33bdbf57cb4b 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/* } -- cgit v1.2.3-65-gdbad