diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-12-13 23:19:59 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-12-13 23:19:59 +0800 |
commit | 6040d7df861d650e3a864979b7628b2b5b7a958f (patch) | |
tree | d9c1aeab26218378e20bd3506bf420004664ea9f /app-emulation | |
parent | app-emulation/xen-tools: security stable, XSA-200 (diff) | |
download | gentoo-6040d7df861d650e3a864979b7628b2b5b7a958f.tar.gz gentoo-6040d7df861d650e3a864979b7628b2b5b7a958f.tar.bz2 gentoo-6040d7df861d650e3a864979b7628b2b5b7a958f.zip |
app-emulation/xen: security stable, XSA-200
Gentoo-Bug: 601248
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.6.4-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.6.4-r3.ebuild b/app-emulation/xen/xen-4.6.4-r3.ebuild index 6d92ea9b981d..785a28565926 100644 --- a/app-emulation/xen/xen-4.6.4-r3.ebuild +++ b/app-emulation/xen/xen-4.6.4-r3.ebuild @@ -17,7 +17,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="amd64 ~arm -x86" UPSTREAM_VER=0 SECURITY_VER=19 GENTOO_VER= |