diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 17:05:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 17:05:04 +0200 |
commit | ace973723a8ee31865f5238bc1ddd7072ad6f615 (patch) | |
tree | 6649c40d6d9a0f9c9587eb736d02f02be4097a90 /app-emulation | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #738040 (diff) | |
download | gentoo-ace973723a8ee31865f5238bc1ddd7072ad6f615.tar.gz gentoo-ace973723a8ee31865f5238bc1ddd7072ad6f615.tar.bz2 gentoo-ace973723a8ee31865f5238bc1ddd7072ad6f615.zip |
app-emulation/xen-tools: amd64 stable wrt bug #738040
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.13.1-r3.ebuild index 530eb19a142d..939b9bae6f65 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.1-r3.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=2 SECURITY_VER=28 # xen-tools's gentoo patches tarball |