diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 17:43:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 17:44:50 +0200 |
commit | 4b0045b52e6e15e367942695453e1027a84abab0 (patch) | |
tree | fa617996a565873d1ba7004b92e3aa5699bc06c8 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #615980 (diff) | |
download | gentoo-4b0045b52e6e15e367942695453e1027a84abab0.tar.gz gentoo-4b0045b52e6e15e367942695453e1027a84abab0.tar.bz2 gentoo-4b0045b52e6e15e367942695453e1027a84abab0.zip |
app-emulation/xen-tools: x86 stable wrt bug #615980
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild index de9f8a63be8f..230f4579eb78 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild @@ -18,7 +18,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=25 # xen-tools's gentoo patches tarball |