diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-27 00:06:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-27 00:06:34 +0300 |
commit | 6fc093ea515b15e29b442e15b0c6f439b3b3905d (patch) | |
tree | 74046892dd76d3cb6baf90e543d8a254c796b28f /app-emulation | |
parent | net-misc/r8168: amd64 stable wrt bug #654102 (diff) | |
download | gentoo-6fc093ea515b15e29b442e15b0c6f439b3b3905d.tar.gz gentoo-6fc093ea515b15e29b442e15b0c6f439b3b3905d.tar.bz2 gentoo-6fc093ea515b15e29b442e15b0c6f439b3b3905d.zip |
app-emulation/xen-tools: amd64 stable wrt bug #643350
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild index a66fad4f58fd..e7a533511e10 100644 --- a/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild @@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="" + KEYWORDS="amd64" REPO="xen.git" EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER=2 SECURITY_VER= # xen-tools's gentoo patches tarball |