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