diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:45:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:45:05 +0200 |
commit | 62c6e30e8e29654378dc20fab42b4faef3c6efb6 (patch) | |
tree | 9ad25b551a8baf370c87b0e20f83fab714c8f36f /app-emulation | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #690974 (diff) | |
download | gentoo-62c6e30e8e29654378dc20fab42b4faef3c6efb6.tar.gz gentoo-62c6e30e8e29654378dc20fab42b4faef3c6efb6.tar.bz2 gentoo-62c6e30e8e29654378dc20fab42b4faef3c6efb6.zip |
app-emulation/xen-tools: x86 stable wrt bug #690974
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.2.ebuild b/app-emulation/xen-tools/xen-tools-4.11.2.ebuild index 5777eafffd36..b1beaa8102ea 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.2.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 |