diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-26 11:36:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-26 11:36:29 +0100 |
commit | 8c82983520c9d31b85e655047183e703437c8441 (patch) | |
tree | b25d62b5f06b803d18f77d14192b68441c6dec02 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #600382 (diff) | |
download | gentoo-8c82983520c9d31b85e655047183e703437c8441.tar.gz gentoo-8c82983520c9d31b85e655047183e703437c8441.tar.bz2 gentoo-8c82983520c9d31b85e655047183e703437c8441.zip |
app-emulation/xen-tools: amd64 stable wrt bug #600382
Package-Manager: portage-2.3.0
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.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild index 3ec09ca7bfd2..881068ddc6c2 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-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=17 # xen-tools's gentoo patches tarball |