diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 01:44:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 01:44:03 +0000 |
commit | cd7cbfd5215f5f5494003ee10479e2a464ddba64 (patch) | |
tree | 3760516841ecb85b0d35fd4f950c28316b4e7c43 /app-emulation/xen | |
parent | app-emulation/xen-tools: Stabilize 4.13.3 amd64, #783456 (diff) | |
download | gentoo-cd7cbfd5215f5f5494003ee10479e2a464ddba64.tar.gz gentoo-cd7cbfd5215f5f5494003ee10479e2a464ddba64.tar.bz2 gentoo-cd7cbfd5215f5f5494003ee10479e2a464ddba64.zip |
app-emulation/xen: Stabilize 4.13.3 amd64, #783456
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.3.ebuild b/app-emulation/xen/xen-4.13.3.ebuild index 4493d887fdd5..556820b0cbae 100644 --- a/app-emulation/xen/xen-4.13.3.ebuild +++ b/app-emulation/xen/xen-4.13.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="amd64 ~arm -x86" UPSTREAM_VER= SECURITY_VER= GENTOO_VER= |