diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-09-27 16:13:02 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-09-27 16:13:02 +0200 |
commit | 4ef77e8580bc227c72ad931d8d0d7fdf42c0b817 (patch) | |
tree | b280affe6b907386fdca7c4fe8f669c9585c71cc /app-emulation/cri-tools | |
parent | net-wireless/dump1090: bump, add stable, remove old (diff) | |
download | gentoo-4ef77e8580bc227c72ad931d8d0d7fdf42c0b817.tar.gz gentoo-4ef77e8580bc227c72ad931d8d0d7fdf42c0b817.tar.bz2 gentoo-4ef77e8580bc227c72ad931d8d0d7fdf42c0b817.zip |
app-emulation/cri-tools: Stabilize on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/cri-tools')
-rw-r--r-- | app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild index a298fcbf5cbf..9c6fd7ec054c 100644 --- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild +++ b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild @@ -7,7 +7,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="github.com/kubernetes-sigs/cri-tools" MY_PV="v${PV/_beta/-beta.}" ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)" HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools" |