diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:21:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-12 17:21:18 +0100 |
commit | 34e89514f50715c19dbe7abd27ea9b943d8cb913 (patch) | |
tree | d6d4314bb0f6dce909572f28a28f678c3de0b000 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #712208 (diff) | |
download | gentoo-34e89514f50715c19dbe7abd27ea9b943d8cb913.tar.gz gentoo-34e89514f50715c19dbe7abd27ea9b943d8cb913.tar.bz2 gentoo-34e89514f50715c19dbe7abd27ea9b943d8cb913.zip |
app-emulation/xen-tools: amd64 stable wrt bug #712208
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.12.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild index 065ff3b61732..d2331824ba35 100644 --- a/app-emulation/xen-tools/xen-tools-4.12.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.12.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=0 SECURITY_VER= # xen-tools's gentoo patches tarball |