summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2016-04-27 10:24:03 +0200
committerAgostino Sarubbo <ago@gentoo.org>2016-04-27 10:24:03 +0200
commitbacd778c47a76852bf47a1fc1690fc6f2fb206d1 (patch)
tree829080f3d07073d03a0fda0512f1dd97f7fb0db1 /app-emulation
parentapp-emulation/docker: amd64 stable wrt bug #581236 (diff)
downloadgentoo-bacd778c47a76852bf47a1fc1690fc6f2fb206d1.tar.gz
gentoo-bacd778c47a76852bf47a1fc1690fc6f2fb206d1.tar.bz2
gentoo-bacd778c47a76852bf47a1fc1690fc6f2fb206d1.zip
app-emulation/runc: amd64 stable wrt bug #581236
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/runc/runc-0.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-0.1.0.ebuild b/app-emulation/runc/runc-0.1.0.ebuild
index ac34b8ee2d16..dc7f12579c3c 100644
--- a/app-emulation/runc/runc-0.1.0.ebuild
+++ b/app-emulation/runc/runc-0.1.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
LICENSE="Apache-2.0"