diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-26 11:44:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-26 11:44:12 +0100 |
commit | fdb94c4ce1b448cdfce6cd74fc03c904922ab8a5 (patch) | |
tree | 0e49d5f87017f64024f2e5977a0afc14922d3518 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #600382 (diff) | |
download | gentoo-fdb94c4ce1b448cdfce6cd74fc03c904922ab8a5.tar.gz gentoo-fdb94c4ce1b448cdfce6cd74fc03c904922ab8a5.tar.bz2 gentoo-fdb94c4ce1b448cdfce6cd74fc03c904922ab8a5.zip |
app-emulation/xen-tools: x86 stable wrt bug #600382
Package-Manager: portage-2.3.0
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.6.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild index 881068ddc6c2..bb1629070899 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild @@ -19,7 +19,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=17 # xen-tools's gentoo patches tarball |