diff options
author | Sam James <sam@gentoo.org> | 2020-11-12 14:03:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-12 14:03:00 +0000 |
commit | f97ef605b433f7ecae7d675d7c28f677efcc7ef1 (patch) | |
tree | eb149fc01859aa837af5ba6a7c58d25da8c60c6a /app-emulation | |
parent | app-emulation/xen: Stabilize 4.13.2-r1 amd64, #754105 (diff) | |
download | gentoo-f97ef605b433f7ecae7d675d7c28f677efcc7ef1.tar.gz gentoo-f97ef605b433f7ecae7d675d7c28f677efcc7ef1.tar.bz2 gentoo-f97ef605b433f7ecae7d675d7c28f677efcc7ef1.zip |
app-emulation/xen-tools: Stabilize 4.13.2-r1 amd64, #754105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild index 9fa2b645afc8..4fe1835b502b 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.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=29 # xen-tools's gentoo patches tarball |