From a853ca87379ffc2f478d1dfc1a35248f546c3ac3 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 18:17:18 +0000 Subject: [PATCH] coreos-devel/mantle: Bump to EAPI=7 to use the host Go --- .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index f414123f87..23b59662c1 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2014 CoreOS, Inc. # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CROS_WORKON_PROJECT="coreos/mantle" CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_REPO="git://github.com"