diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-01-14 16:29:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-01-14 16:29:32 +0100 |
commit | cb027f7e900ddcb487c8caae99db20c41a6e63b4 (patch) | |
tree | aa2c5609986592aa9577d664977c05e70d4a03f4 /app-emulation/xen | |
parent | dev-python/pysaml2: amd64 stable wrt bug #644016 (diff) | |
download | gentoo-cb027f7e900ddcb487c8caae99db20c41a6e63b4.tar.gz gentoo-cb027f7e900ddcb487c8caae99db20c41a6e63b4.tar.bz2 gentoo-cb027f7e900ddcb487c8caae99db20c41a6e63b4.zip |
app-emulation/xen: amd64 stable wrt bug #641566
Package-Manager: Portage-2.3.13, 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.9.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen/xen-4.9.1-r1.ebuild b/app-emulation/xen/xen-4.9.1-r1.ebuild index 6b7b46c13e64..ff12221cf111 100644 --- a/app-emulation/xen/xen-4.9.1-r1.ebuild +++ b/app-emulation/xen/xen-4.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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= |