Skip to content

Commit

Permalink
dev-go/qt: update outdated comments
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Jan 20, 2021
1 parent 8d903fa commit 796596e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-go/qt/qt-0_pre20200904.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand All @@ -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/*
}

0 comments on commit 796596e

Please sign in to comment.