diff options
author | 2018-09-18 09:23:15 +0200 | |
---|---|---|
committer | 2018-09-18 09:23:15 +0200 | |
commit | 27e950af9919340c03fbecc041de88716981443f (patch) | |
tree | ae92683ade03bc8c5bbd4b36f80c068c54381848 /app-emulation | |
parent | mail-mta/postfix: bump to 3.4_pre20180904 (diff) | |
download | gentoo-27e950af9919340c03fbecc041de88716981443f.tar.gz gentoo-27e950af9919340c03fbecc041de88716981443f.tar.bz2 gentoo-27e950af9919340c03fbecc041de88716981443f.zip |
app-emulation/xen: amd64 stable wrt bug #655188
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.10.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.10.1-r2.ebuild b/app-emulation/xen/xen-4.10.1-r2.ebuild index 4aa52ebfe2bf..e8efb6489997 100644 --- a/app-emulation/xen/xen-4.10.1-r2.ebuild +++ b/app-emulation/xen/xen-4.10.1-r2.ebuild @@ -12,11 +12,11 @@ MY_P=${PN}-${MY_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=2 SECURITY_VER= GENTOO_VER= |