diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-01-14 16:30:09 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-01-14 16:30:09 +0100 |
commit | 1c4480f39545dde28820515010e78df8024b22f1 (patch) | |
tree | ccf36948713f552c00f16b02d5e0c3f2395c9e95 /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #641566 (diff) | |
download | gentoo-1c4480f39545dde28820515010e78df8024b22f1.tar.gz gentoo-1c4480f39545dde28820515010e78df8024b22f1.tar.bz2 gentoo-1c4480f39545dde28820515010e78df8024b22f1.zip |
app-emulation/xen-tools: amd64 stable wrt bug #641566
Package-Manager: Portage-2.3.13, Repoman-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.9.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild index 4f9eb745833c..9db4ea3cf476 100644 --- a/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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=1 SECURITY_VER= # xen-tools's gentoo patches tarball |