commit: 1b3f7f9d0ee8e083252bdc8eefe6da6ba1327d2a
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 14:17:20 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 14:19:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3f7f9d
golang-base.eclass: update dev-lang/go dependency
Bump the dependency to go 1.8 and remove the subslot operator since it
doesn't mean anything in DEPEND.
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 0cfd07e7421..4abd348bb8d 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='.*'