diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-08-13 09:56:28 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-13 10:07:34 +0800 |
commit | 959370f519eee2b80abb5d73069f994b91947578 (patch) | |
tree | 3e53863ead95777a7b9ff3d80a08b046a5456341 /app-emulation | |
parent | app-emulation/containerd: keyword ~riscv (diff) | |
download | gentoo-959370f519eee2b80abb5d73069f994b91947578.tar.gz gentoo-959370f519eee2b80abb5d73069f994b91947578.tar.bz2 gentoo-959370f519eee2b80abb5d73069f994b91947578.zip |
app-emulation/docker-cli: keyword ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-cli/docker-cli-20.10.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild index d298b0daa2c0..1e802fb5d247 100644 --- a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild +++ b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="hardened" RDEPEND="!<app-emulation/docker-20.10.1" |