summaryrefslogtreecommitdiff
path: root/eclass/golang-base.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-02 17:36:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-02 17:36:40 +0100
commit171a011ad3a131671aeb5a98b9e3adf219ad2865 (patch)
tree0c877a3d1a37f10e37ad7168cfc52054aa0948a7 /eclass/golang-base.eclass
parent75fc75ae1f0481ffdb78450e801a9b443ba641bd (diff)
gentoo resync : 02.04.2018
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 4abd348bb8d1..3bff79c126a0 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.8"
+DEPEND=">=dev-lang/go-1.9"
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'