mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
Merge pull request #2153 from flatcar/kai/mayday-org-rename
app-admin/mayday: Use renamed package name
This commit is contained in:
commit
4b62cbe7d5
@ -5,18 +5,18 @@ EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar/mayday"
|
||||
CROS_WORKON_LOCALNAME="mayday"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/mayday"
|
||||
COREOS_GO_PACKAGE="github.com/flatcar/mayday"
|
||||
inherit coreos-go cros-workon
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="73e4d2f5803362667677226f4e2e538217b38d75" # flatcar-master
|
||||
CROS_WORKON_COMMIT="9de08c8f9f4360fe52cb3a56a7fb8f4bc4e75dcc" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="mayday"
|
||||
HOMEPAGE="https://github.com/coreos/mayday"
|
||||
HOMEPAGE="https://github.com/flatcar/mayday"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user