From 383be17885a4fa610def37b2b8c75d3c584a520c Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Dec 2018 17:43:17 +0000 Subject: [PATCH] app-admin/sdnotify-proxy: Bump to EAPI=7 to use the host Go --- .../app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild index dfa19ee569..2318af1514 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-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/sdnotify-proxy" CROS_WORKON_LOCALNAME="sdnotify-proxy" CROS_WORKON_REPO="git://github.com"