diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-11-08 14:38:23 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-11-08 14:38:23 +0100 |
commit | 3689bf4bc385f038b70b27d0c588fb0b7d9148c5 (patch) | |
tree | fc0188e07bd86971416bed32b8d788370e3864cd /app-emulation/xen | |
parent | dev-lang/php: amd64 stable wrt bug #636694 (diff) | |
download | gentoo-3689bf4bc385f038b70b27d0c588fb0b7d9148c5.tar.gz gentoo-3689bf4bc385f038b70b27d0c588fb0b7d9148c5.tar.bz2 gentoo-3689bf4bc385f038b70b27d0c588fb0b7d9148c5.zip |
app-emulation/xen: amd64 stable wrt bug #631366
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.8.2-r1.ebuild b/app-emulation/xen/xen-4.8.2-r1.ebuild index c831cf8c10ba..fe53cdc62719 100644 --- a/app-emulation/xen/xen-4.8.2-r1.ebuild +++ b/app-emulation/xen/xen-4.8.2-r1.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= |