summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/golang-base.eclass')
-rw-r--r--eclass/golang-base.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index 0cfd07e7421b..4abd348bb8d1 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -22,7 +22,7 @@ if [[ -z ${_GOLANG_BASE} ]]; then
_GOLANG_BASE=1
-DEPEND=">=dev-lang/go-1.7:="
+DEPEND=">=dev-lang/go-1.8"
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'