diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-09-18 09:23:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-09-18 09:23:56 +0200 |
commit | d09e472fcf5604828a57cdca5854c9ccdd95776b (patch) | |
tree | 9235aadec870aeec421df5a0380cd23739a0d9e4 /app-emulation | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #655188 (diff) | |
download | gentoo-d09e472fcf5604828a57cdca5854c9ccdd95776b.tar.gz gentoo-d09e472fcf5604828a57cdca5854c9ccdd95776b.tar.bz2 gentoo-d09e472fcf5604828a57cdca5854c9ccdd95776b.zip |
app-emulation/xen-tools: amd64 stable wrt bug #655188
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild index adacfc22b1cd..7eda6fb5ce29 100644 --- a/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild @@ -17,7 +17,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 |