diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:29:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:29:40 +0200 |
commit | 2cc8483c08d1a8bb523c4e0aca4f8a34bd52b3fd (patch) | |
tree | 43462d08a380ec6e424f2840c1685d424d4fbd3c /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #690974 (diff) | |
download | gentoo-2cc8483c08d1a8bb523c4e0aca4f8a34bd52b3fd.tar.gz gentoo-2cc8483c08d1a8bb523c4e0aca4f8a34bd52b3fd.tar.bz2 gentoo-2cc8483c08d1a8bb523c4e0aca4f8a34bd52b3fd.zip |
app-emulation/xen-tools: amd64 stable wrt bug #690974
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.2.ebuild b/app-emulation/xen-tools/xen-tools-4.11.2.ebuild index 409d2a256949..5777eafffd36 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.2.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=0 SECURITY_VER= # xen-tools's gentoo patches tarball |