diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-20 21:03:57 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-20 21:04:18 +0300 |
commit | e745410c19464b7b50e75881324052e9bad7ac48 (patch) | |
tree | 9fc64fa52703ffdebb3440855167cced12431588 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #683694 (diff) | |
download | gentoo-e745410c19464b7b50e75881324052e9bad7ac48.tar.gz gentoo-e745410c19464b7b50e75881324052e9bad7ac48.tar.bz2 gentoo-e745410c19464b7b50e75881324052e9bad7ac48.zip |
app-emulation/xen-tools: amd64 stable wrt bug #683694
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild index afb37d506303..60ad3cc9964e 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER=2 SECURITY_VER= # xen-tools's gentoo patches tarball |