diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:15:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:15:31 +0100 |
commit | 7407b498648a32f359d5a7c4a5488cbb56334345 (patch) | |
tree | 1cd4d23df5c7141470f846d57eb8666d5da601d5 /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #609160 (diff) | |
download | gentoo-7407b498648a32f359d5a7c4a5488cbb56334345.tar.gz gentoo-7407b498648a32f359d5a7c4a5488cbb56334345.tar.bz2 gentoo-7407b498648a32f359d5a7c4a5488cbb56334345.zip |
app-emulation/xen-tools: amd64 stable wrt bug #609160
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
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.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.7.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.7.1-r6.ebuild index 20cf1af534ba..3ea89ad34684 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.1-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.1-r6.ebuild @@ -14,12 +14,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=0 SECURITY_VER=21 # xen-tools's gentoo patches tarball |