diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-08 15:38:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-08 15:38:46 +0300 |
commit | c968c02d93ac8a1f16044904c448a07298e096e6 (patch) | |
tree | a436348f632a39eabffe5dda2d48d6bb4ea62bc4 /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #679580 (diff) | |
download | gentoo-c968c02d93ac8a1f16044904c448a07298e096e6.tar.gz gentoo-c968c02d93ac8a1f16044904c448a07298e096e6.tar.bz2 gentoo-c968c02d93ac8a1f16044904c448a07298e096e6.zip |
app-emulation/xen-tools: amd64 stable wrt bug #679580
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, 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.10.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r1.ebuild index 828d947f1e09..2f949b56d4ce 100644 --- a/app-emulation/xen-tools/xen-tools-4.10.3-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.10.3-r1.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=1 SECURITY_VER= # xen-tools's gentoo patches tarball |