app-emulation/rkt: Remove go environment settings

rkt now uses configure to set the go build environment, so remove
the setting of those variables from the ebuild.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2016-07-11 14:19:18 -07:00
parent 987f544f51
commit f44eab7801

View File

@ -112,12 +112,6 @@ src_configure() {
append-ldflags -nopie
fi
export CC=$(tc-getCC)
export CGO_ENABLED=1
export CGO_CFLAGS="${CFLAGS}"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export BUILDDIR
export V=1