diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 17:43:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 17:44:50 +0200 |
commit | 5a18b6f3acee454ee65e615e9acbf49274365cf4 (patch) | |
tree | e560dca73391554cbfa34dcaafe38c23e2cba9de /app-emulation/xen | |
parent | dev-libs/libcroco: x86 stable wrt bug #618012 (diff) | |
download | gentoo-5a18b6f3acee454ee65e615e9acbf49274365cf4.tar.gz gentoo-5a18b6f3acee454ee65e615e9acbf49274365cf4.tar.bz2 gentoo-5a18b6f3acee454ee65e615e9acbf49274365cf4.zip |
app-emulation/xen: x86 stable wrt bug #615980
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.7.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.7.2-r1.ebuild b/app-emulation/xen/xen-4.7.2-r1.ebuild index 3644c08a0773..ae2733f74967 100644 --- a/app-emulation/xen/xen-4.7.2-r1.ebuild +++ b/app-emulation/xen/xen-4.7.2-r1.ebuild @@ -12,11 +12,11 @@ MY_P=${PN}-${PV/_/-} if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="amd64" + KEYWORDS="amd64 x86" 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=26 GENTOO_VER= |