commit: 4296f891e816c1d41e21b806aa2e2d28e9eda7c3
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 18:10:58 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 18:12:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4296f891
golang-base.eclass: raise go version to 1.7 for #607086
eclass/golang-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index 0798040c03..f232c8e29a 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -23,7 +23,7 @@ if [[ -z ${_GOLANG_BASE} ]]; then
_GOLANG_BASE=1
-DEPEND=">=dev-lang/go-1.4.2:="
+DEPEND=">=dev-lang/go-1.7:="
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'