diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 15:37:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 15:37:18 +0100 |
commit | eb7b776e551f1ebebc94662810124655ba68dad4 (patch) | |
tree | b616f72577d075547e410b8d89882d020597b750 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable wrt bug #702644 (diff) | |
download | gentoo-eb7b776e551f1ebebc94662810124655ba68dad4.tar.gz gentoo-eb7b776e551f1ebebc94662810124655ba68dad4.tar.bz2 gentoo-eb7b776e551f1ebebc94662810124655ba68dad4.zip |
app-emulation/xen-tools: x86 stable wrt bug #702644
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.3.ebuild b/app-emulation/xen-tools/xen-tools-4.11.3.ebuild index e730734169de..50a5ef2ff487 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.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=0 SECURITY_VER= # xen-tools's gentoo patches tarball |