From 5c202dc3ec89cafb35822f5537c23fb6face331c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 10 Jun 2020 16:12:36 +0200 Subject: [PATCH] coreos-devel/mantle: Use correct Apache license identifier There is no portage-stable/licenses/Apache-2 file because the correct name for the license is Apache-2.0, and the missing license file causes the build to fail. --- .../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 d0996b6146..b57e2990f3 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 @@ -19,7 +19,7 @@ inherit coreos-go cros-workon DESCRIPTION="Mantle: Gluing CoreOS together" HOMEPAGE="https://github.com/coreos/mantle" -LICENSE="Apache-2" +LICENSE="Apache-2.0" SLOT="0" # objcopy/split have trouble with our cross-compiled kolet STRIP_MASK="/*/kola/*/kolet"