diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-21 08:35:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-21 08:35:37 +0200 |
commit | 2af3972ff8342917a07e8c408efa62bd9e986d12 (patch) | |
tree | 7519a0d029089b2f60a728ce322fca9dcf722e4b | |
parent | app-emulation/xen: amd64 stable wrt bug #813861 (diff) | |
download | gentoo-2af3972ff8342917a07e8c408efa62bd9e986d12.tar.gz gentoo-2af3972ff8342917a07e8c408efa62bd9e986d12.tar.bz2 gentoo-2af3972ff8342917a07e8c408efa62bd9e986d12.zip |
app-emulation/xen-tools: amd64 stable wrt bug #813861
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.14.3.ebuild b/app-emulation/xen-tools/xen-tools-4.14.3.ebuild index 9e6332bf358d..724c29818171 100644 --- a/app-emulation/xen-tools/xen-tools-4.14.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.14.3.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball |