diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-12-13 23:18:59 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-12-13 23:18:59 +0800 |
commit | 0cc03815fed648a29c194575d7aae1210a7cc55d (patch) | |
tree | 33b194c9a7d0453417f443ca28f646fd59c2a068 | |
parent | app-emulation/xen-tools: security bump, fix XSA-200 (diff) | |
download | gentoo-0cc03815fed648a29c194575d7aae1210a7cc55d.tar.gz gentoo-0cc03815fed648a29c194575d7aae1210a7cc55d.tar.bz2 gentoo-0cc03815fed648a29c194575d7aae1210a7cc55d.zip |
app-emulation/xen-tools: security stable, XSA-200
Gentoo-Bug: 601248
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild b/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild index 08b3f839c5d1..7ac147cba18c 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.4-r4.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=0 SECURITY_VER=19 # xen-tools's gentoo patches tarball |