diff options
author | Sam James <sam@gentoo.org> | 2020-11-11 00:46:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-11 00:46:43 +0000 |
commit | 94df76165030c1e169d4e514744f75f55007ffd7 (patch) | |
tree | b0e9937acbd6330fb9d73d716c8e8f24d2739150 /app-emulation/xen | |
parent | media-libs/gst-rtsp-server: security cleanup (diff) | |
download | gentoo-94df76165030c1e169d4e514744f75f55007ffd7.tar.gz gentoo-94df76165030c1e169d4e514744f75f55007ffd7.tar.bz2 gentoo-94df76165030c1e169d4e514744f75f55007ffd7.zip |
app-emulation/xen: Stabilize 4.13.2 amd64, #753692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.2.ebuild b/app-emulation/xen/xen-4.13.2.ebuild index d6b6b7ddd30b..2be4c168106c 100644 --- a/app-emulation/xen/xen-4.13.2.ebuild +++ b/app-emulation/xen/xen-4.13.2.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= |