diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:57:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-22 08:57:14 +0200 |
commit | f16413995953a3bc79eab4cdb0f42df0f100df01 (patch) | |
tree | 4ba6f42f3d2cd42d658ec21999dc42e74d67eb81 /app-emulation | |
parent | dev-util/debugedit: x86 stable wrt bug #813816 (diff) | |
download | gentoo-f16413995953a3bc79eab4cdb0f42df0f100df01.tar.gz gentoo-f16413995953a3bc79eab4cdb0f42df0f100df01.tar.bz2 gentoo-f16413995953a3bc79eab4cdb0f42df0f100df01.zip |
app-emulation/xen-tools: x86 stable wrt bug #813861
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.14.3.ebuild b/app-emulation/xen-tools/xen-tools-4.14.3.ebuild index 724c29818171..550d43d8b601 100644 --- a/app-emulation/xen-tools/xen-tools-4.14.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.14.3.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= SECURITY_VER= # xen-tools's gentoo patches tarball |