diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:30:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:30:57 +0200 |
commit | 4b223895d6abe71dadaf71e2c5457c8a597d00b8 (patch) | |
tree | 6ae24a8eee080435a76b61f0a0af0c954cc60f35 /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #744202 (diff) | |
download | gentoo-4b223895d6abe71dadaf71e2c5457c8a597d00b8.tar.gz gentoo-4b223895d6abe71dadaf71e2c5457c8a597d00b8.tar.bz2 gentoo-4b223895d6abe71dadaf71e2c5457c8a597d00b8.zip |
app-emulation/xen-tools: amd64 stable wrt bug #744202
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.13.1-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.1-r4.ebuild b/app-emulation/xen-tools/xen-tools-4.13.1-r4.ebuild index 0ae21dfdfea3..db9aab75f88c 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.1-r4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.1-r4.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=3 SECURITY_VER=28 # xen-tools's gentoo patches tarball |