diff options
author | William Hubbs <williamh@gentoo.org> | 2020-03-14 17:40:03 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-03-14 17:48:57 -0500 |
commit | 597d7bc5fd67c1bece5dcf1f1f09a9e88bd3bc50 (patch) | |
tree | 4bcff649e8f1bba8a4bfa8b69217cce0ddbabeae /app-emulation/runc | |
parent | gnome-extra/gnome-calculator: bump to 3.34.1 (diff) | |
download | gentoo-597d7bc5fd67c1bece5dcf1f1f09a9e88bd3bc50.tar.gz gentoo-597d7bc5fd67c1bece5dcf1f1f09a9e88bd3bc50.tar.bz2 gentoo-597d7bc5fd67c1bece5dcf1f1f09a9e88bd3bc50.zip |
app-emulation/runc: stable 1.0.0_rc10 on amd64
Bug: https://bugs.gentoo.org/709456
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc10.ebuild | 2 |
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 00d4ecb746d0..150087398306 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" inherit golang-build golang-vcs-snapshot fi |