summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-31 23:02:57 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-31 23:03:39 +0200
commitb2cceb0ff202b76664cea4a82795687cd563710a (patch)
tree96a73ab4b6aee1d77880da8c5e82507f0707aba2 /app-emulation
parentapp-emulation/containerd: x86 keyworded (bug #738758) (diff)
downloadgentoo-b2cceb0ff202b76664cea4a82795687cd563710a.tar.gz
gentoo-b2cceb0ff202b76664cea4a82795687cd563710a.tar.bz2
gentoo-b2cceb0ff202b76664cea4a82795687cd563710a.zip
app-emulation/runc: x86 keyworded (bug #738758)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/runc/runc-1.0.0_rc10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc10.ebuild b/app-emulation/runc/runc-1.0.0_rc10.ebuild
index dc3d0ff8a266..903314b0fd14 100644
--- a/app-emulation/runc/runc-1.0.0_rc10.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc10.ebuild
@@ -14,7 +14,7 @@ else
# Change this when you update the ebuild
RUNC_COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd
SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
inherit golang-build golang-vcs-snapshot
fi