diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-07-28 16:51:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-07-28 16:51:33 +0200 |
commit | 4c0a64f3054273f6f8f4edf302e702804323815a (patch) | |
tree | 6abf5c374b4f525e0c7a990e7bc28819e5527a91 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #588780 (diff) | |
download | gentoo-4c0a64f3054273f6f8f4edf302e702804323815a.tar.gz gentoo-4c0a64f3054273f6f8f4edf302e702804323815a.tar.bz2 gentoo-4c0a64f3054273f6f8f4edf302e702804323815a.zip |
app-emulation/xen-tools: amd64 stable wrt bug #588780
Package-Manager: portage-2.2.28
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.6.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild index 6630bd729344..c7e76667c90c 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.3-r1.ebuild @@ -19,7 +19,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= SECURITY_VER=14 # xen-tools's gentoo patches tarball |