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.
This commit is contained in:
Kai Lüke 2020-06-10 16:12:36 +02:00
parent cd864ba474
commit 5c202dc3ec

View File

@ -19,7 +19,7 @@ inherit coreos-go cros-workon
DESCRIPTION="Mantle: Gluing CoreOS together" DESCRIPTION="Mantle: Gluing CoreOS together"
HOMEPAGE="https://github.com/coreos/mantle" HOMEPAGE="https://github.com/coreos/mantle"
LICENSE="Apache-2" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
# objcopy/split have trouble with our cross-compiled kolet # objcopy/split have trouble with our cross-compiled kolet
STRIP_MASK="/*/kola/*/kolet" STRIP_MASK="/*/kola/*/kolet"