diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 17:54:43 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 17:58:38 -0700 |
commit | e94a35b618b36bd8ba9f4919a9360f47b8d13ac1 (patch) | |
tree | 07b6504d445362dc84b0675cb4030a0dc60c8c0e /app-emulation/runc | |
parent | net-misc/xmrig: Remove unused optfeature.eclass (diff) | |
download | gentoo-e94a35b618b36bd8ba9f4919a9360f47b8d13ac1.tar.gz gentoo-e94a35b618b36bd8ba9f4919a9360f47b8d13ac1.tar.bz2 gentoo-e94a35b618b36bd8ba9f4919a9360f47b8d13ac1.zip |
app-emulation/runc: stabilize 1.0.0_rc95 for ppc64, bug #775329
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc95.ebuild b/app-emulation/runc/runc-1.0.0_rc95.ebuild index 316f720fc29c..c516534cbb4d 100644 --- a/app-emulation/runc/runc-1.0.0_rc95.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc95.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 ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )" |