diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-01-20 12:57:11 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-01-20 14:00:43 +0000 |
commit | 796596e06224ee287d672757d3ec1b147f02c846 (patch) | |
tree | a6c04af4e57393d140685589a80fb8668cfcba1d /dev-go | |
parent | net-fs/cifs-utils: Bump to version 6.12 (diff) | |
download | gentoo-796596e06224ee287d672757d3ec1b147f02c846.tar.gz gentoo-796596e06224ee287d672757d3ec1b147f02c846.tar.bz2 gentoo-796596e06224ee287d672757d3ec1b147f02c846.zip |
dev-go/qt: update outdated comments
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/qt/qt-0_pre20200904.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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/* } |