diff options
author | Sam James <sam@gentoo.org> | 2020-11-11 00:46:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-11 00:46:44 +0000 |
commit | f36cd15ccd596f2b02816d7647514ede5a16dfdd (patch) | |
tree | 14e71a25876b3ed054f0806e17362c843761307b /app-emulation/xen-tools | |
parent | app-emulation/xen: Stabilize 4.13.2 amd64, #753692 (diff) | |
download | gentoo-f36cd15ccd596f2b02816d7647514ede5a16dfdd.tar.gz gentoo-f36cd15ccd596f2b02816d7647514ede5a16dfdd.tar.bz2 gentoo-f36cd15ccd596f2b02816d7647514ede5a16dfdd.zip |
app-emulation/xen-tools: Stabilize 4.13.2 amd64, #753692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.2.ebuild b/app-emulation/xen-tools/xen-tools-4.13.2.ebuild index fb44a410b4a4..18d7ec7c9d42 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.2.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=29 # xen-tools's gentoo patches tarball |