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