golang-base.eclass: raise go version to 1.7 for #607086
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 19 Feb 2017 18:10:58 +0000 (12:10 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 19 Feb 2017 18:12:12 +0000 (12:12 -0600)
eclass/golang-base.eclass

index 0798040c0302c4327272e124fa03b4c18fcd9446..f232c8e29a4cbec75d5a91ee7569e723ec4ce900 100644 (file)
@@ -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='.*'