diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:15:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:15:15 +0100 |
commit | c9eca2fe747a2b09a45689678fe8bb7c622f14bc (patch) | |
tree | 712904928cc6f8a1677d9988164d8774629a3d59 /app-emulation | |
parent | dev-python/bcolz: version bump (diff) | |
download | gentoo-c9eca2fe747a2b09a45689678fe8bb7c622f14bc.tar.gz gentoo-c9eca2fe747a2b09a45689678fe8bb7c622f14bc.tar.bz2 gentoo-c9eca2fe747a2b09a45689678fe8bb7c622f14bc.zip |
app-emulation/xen: amd64 stable wrt bug #609160
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.7.1-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.7.1-r5.ebuild b/app-emulation/xen/xen-4.7.1-r5.ebuild index b70f6c1cf75d..d3ca6e92b16b 100644 --- a/app-emulation/xen/xen-4.7.1-r5.ebuild +++ b/app-emulation/xen/xen-4.7.1-r5.ebuild @@ -13,11 +13,11 @@ MY_P=${PN}-${PV/_/-} if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="" + KEYWORDS="amd64" 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=21 GENTOO_VER= |