diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-27 00:06:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-27 00:06:44 +0300 |
commit | d136dcd3f1dc4baa0f62d6907542763c247991ea (patch) | |
tree | d39fa2e7d2bf1c599330711e6106258b3a9b7c56 /app-emulation/xen | |
parent | app-emulation/xen-tools: amd64 stable wrt bug #643350 (diff) | |
download | gentoo-d136dcd3f1dc4baa0f62d6907542763c247991ea.tar.gz gentoo-d136dcd3f1dc4baa0f62d6907542763c247991ea.tar.bz2 gentoo-d136dcd3f1dc4baa0f62d6907542763c247991ea.zip |
app-emulation/xen: amd64 stable wrt bug #643350
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.9.2.ebuild b/app-emulation/xen/xen-4.9.2.ebuild index c6763a9657c3..ff12221cf111 100644 --- a/app-emulation/xen/xen-4.9.2.ebuild +++ b/app-emulation/xen/xen-4.9.2.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=1 SECURITY_VER= GENTOO_VER= |