python-r1.eclass: Move PYTHON_COMPAT_OVERRIDE warning into flag check
[gentoo.git] / eclass / golang-base.eclass
index c6aa415c363584001e5aaf28ae8f81094265775e..0cfd07e7421b8f80b2fbeca7998220341b1152b4 100644 (file)
@@ -1,6 +1,5 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 # @ECLASS: golang-build.eclass
 # @MAINTAINER:
@@ -23,7 +22,11 @@ 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='.*'
+
 STRIP_MASK="*.a"
 
 # @ECLASS-VARIABLE: EGO_PN