diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:26:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:26:12 +0100 |
commit | 359a00e6c822c5b286d7b45e0e21856bc1100660 (patch) | |
tree | 850eaa5ea324aa746edc24e63b331e92e6d35c8a /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #712208 (diff) | |
download | gentoo-359a00e6c822c5b286d7b45e0e21856bc1100660.tar.gz gentoo-359a00e6c822c5b286d7b45e0e21856bc1100660.tar.bz2 gentoo-359a00e6c822c5b286d7b45e0e21856bc1100660.zip |
app-emulation/xen-tools: x86 stable wrt bug #712208
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild index d2331824ba35..13c5867def90 100644 --- a/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.12.2-r1.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=0 SECURITY_VER= # xen-tools's gentoo patches tarball |