Merge pull request #1330 from oliwer/oliwer/toolbox-bump

app-admin/toolbox: bump to latest commit
This commit is contained in:
Dongsu Park 2021-10-15 16:33:57 +02:00 committed by GitHub
commit 73f121d44b
2 changed files with 3 additions and 3 deletions

View File

@ -2,21 +2,21 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
CROS_WORKON_PROJECT="kinvolk/toolbox" CROS_WORKON_PROJECT="flatcar-linux/toolbox"
CROS_WORKON_LOCALNAME="toolbox" CROS_WORKON_LOCALNAME="toolbox"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="9a2919e95acbf2e8e10634d09f45c774db3c97bf" # flatcar-master CROS_WORKON_COMMIT="a851cb8961f092012e4d64ba1e71b27b36b7ec9d" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi
inherit cros-workon inherit cros-workon
DESCRIPTION="toolbox" DESCRIPTION="toolbox"
HOMEPAGE="https://github.com/kinvolk/toolbox" HOMEPAGE="https://github.com/flatcar-linux/toolbox"
SRC_URI="" SRC_URI=""
LICENSE="Apache-2.0" LICENSE="Apache-2.0"