diff options
author | William Hubbs <williamh@gentoo.org> | 2017-04-20 14:19:24 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-04-20 14:19:24 -0500 |
commit | 83bbc09e94f5d037d6258dc44078ad2ba2c7869e (patch) | |
tree | 33b7049cf0f2e3ddc60be4459eb0b4b375b04d34 /dev-lang | |
parent | dev-python/setuptools: sync live ebuild (diff) | |
download | gentoo-83bbc09e94f5d037d6258dc44078ad2ba2c7869e.tar.gz gentoo-83bbc09e94f5d037d6258dc44078ad2ba2c7869e.tar.bz2 gentoo-83bbc09e94f5d037d6258dc44078ad2ba2c7869e.zip |
dev-lang/go: downgrade elog of GOROOT_BOOTSTRAP to einfo
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.7.5.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.8-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/go/go-1.7.5.ebuild b/dev-lang/go/go-1.7.5.ebuild index 41bd3943db59..97b147485ed8 100644 --- a/dev-lang/go/go-1.7.5.ebuild +++ b/dev-lang/go/go-1.7.5.ebuild @@ -177,7 +177,7 @@ src_compile() if [[ ${ARCH} == arm ]]; then export GOARM=$(go_arm) fi - elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" + einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" cd src ./make.bash || die "build failed" diff --git a/dev-lang/go/go-1.8-r1.ebuild b/dev-lang/go/go-1.8-r1.ebuild index b86d8f902421..e5b9424d9ce2 100644 --- a/dev-lang/go/go-1.8-r1.ebuild +++ b/dev-lang/go/go-1.8-r1.ebuild @@ -190,7 +190,7 @@ src_compile() if [[ ${ARCH} == arm ]]; then export GOARM=$(go_arm) fi - elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" + einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" cd src ./make.bash || die "build failed" diff --git a/dev-lang/go/go-1.8.1.ebuild b/dev-lang/go/go-1.8.1.ebuild index 1137d737fef5..c529b3279ee6 100644 --- a/dev-lang/go/go-1.8.1.ebuild +++ b/dev-lang/go/go-1.8.1.ebuild @@ -186,7 +186,7 @@ src_compile() if [[ ${ARCH} == arm ]]; then export GOARM=$(go_arm) fi - elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" + einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" cd src ./make.bash || die "build failed" diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 1137d737fef5..c529b3279ee6 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -186,7 +186,7 @@ src_compile() if [[ ${ARCH} == arm ]]; then export GOARM=$(go_arm) fi - elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" + einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}" cd src ./make.bash || die "build failed" |