diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-07-28 16:56:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-07-28 16:56:04 +0200 |
commit | 01da79ab8997e5549365988411e11063dbf1036d (patch) | |
tree | fa17d4d916f8bb58ef3efe3b1331ce1f4089c13d /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #588780 (diff) | |
download | gentoo-01da79ab8997e5549365988411e11063dbf1036d.tar.gz gentoo-01da79ab8997e5549365988411e11063dbf1036d.tar.bz2 gentoo-01da79ab8997e5549365988411e11063dbf1036d.zip |
app-emulation/xen-tools: x86 stable wrt bug #588780
Package-Manager: portage-2.2.28
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.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild index c7e76667c90c..91f180a30908 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.3-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=14 # xen-tools's gentoo patches tarball |