mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
coreos-devel/mantle: fix Github org name
Now that the Github org name of mantle was changed from coreos to flatcar-linux, via https://github.com/flatcar-linux/mantle/pull/241, we need to change the Github org name in ebuilds as well.
This commit is contained in:
parent
5b3bd625f9
commit
82370a5847
@ -5,7 +5,7 @@ EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/mantle"
|
||||
CROS_WORKON_LOCALNAME="mantle"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/mantle"
|
||||
COREOS_GO_PACKAGE="github.com/flatcar-linux/mantle"
|
||||
COREOS_GO_MOD="vendor"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
@ -17,8 +17,8 @@ fi
|
||||
|
||||
inherit coreos-go cros-workon
|
||||
|
||||
DESCRIPTION="Mantle: Gluing CoreOS together"
|
||||
HOMEPAGE="https://github.com/coreos/mantle"
|
||||
DESCRIPTION="Mantle: Gluing Flatcar together"
|
||||
HOMEPAGE="https://github.com/flatcar-linux/mantle"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
# objcopy/split have trouble with our cross-compiled kolet
|
||||
|
Loading…
Reference in New Issue
Block a user