diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-02 09:41:35 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-02 09:41:35 +0100 |
commit | d3972640d166062d8db84093170fef1ed7a0c2c0 (patch) | |
tree | a55a4b7d1f9c36b1cd00184c09da00dc45935df3 /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #699048 (diff) | |
download | gentoo-d3972640d166062d8db84093170fef1ed7a0c2c0.tar.gz gentoo-d3972640d166062d8db84093170fef1ed7a0c2c0.tar.bz2 gentoo-d3972640d166062d8db84093170fef1ed7a0c2c0.zip |
app-emulation/xen-tools: amd64 stable wrt bug #699048
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild index 91b8fff3371e..ac40bea35e0c 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.2-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 |