diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-08-13 06:52:45 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-13 10:07:26 +0800 |
commit | 0a208c77feef9fc6608ea127d47f1d743c20470d (patch) | |
tree | 6a806b4da4a841922b74db90520fd176f999fabe /app-emulation/runc | |
parent | app-emulation/docker-proxy: keyword ~riscv (diff) | |
download | gentoo-0a208c77feef9fc6608ea127d47f1d743c20470d.tar.gz gentoo-0a208c77feef9fc6608ea127d47f1d743c20470d.tar.bz2 gentoo-0a208c77feef9fc6608ea127d47f1d743c20470d.zip |
app-emulation/runc: 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/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0.ebuild b/app-emulation/runc/runc-1.0.0.ebuild index ef8cea167d97..bda21966de77 100644 --- a/app-emulation/runc/runc-1.0.0.ebuild +++ b/app-emulation/runc/runc-1.0.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P LICENSE="Apache-2.0 BSD-2 BSD MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )" |