commit: 83bbc09e94f5d037d6258dc44078ad2ba2c7869e
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 19:19:24 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 19:19:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bbc09e
dev-lang/go: downgrade elog of GOROOT_BOOTSTRAP to einfo
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-lang/go/go-1.7.5.ebuild | 2 +-
dev-lang/go/go-1.8-r1.ebuild | 2 +-
dev-lang/go/go-1.8.1.ebuild | 2 +-
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 41bd3943db5..97b147485ed 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 b86d8f90242..e5b9424d9ce 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 1137d737fef..c529b3279ee 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 1137d737fef..c529b3279ee 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"