diff options
author | Sam James <sam@gentoo.org> | 2020-12-21 18:26:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-21 18:26:21 +0000 |
commit | dc8d42ea500e76d687e77c55020bddf1834bebfc (patch) | |
tree | 5ab8a1914121d45dc0dc4bfdc7b0dbd6d1258306 /app-emulation | |
parent | sys-process/parallel: bump to 20201222 (diff) | |
download | gentoo-dc8d42ea500e76d687e77c55020bddf1834bebfc.tar.gz gentoo-dc8d42ea500e76d687e77c55020bddf1834bebfc.tar.bz2 gentoo-dc8d42ea500e76d687e77c55020bddf1834bebfc.zip |
app-emulation/xen: Stabilize 4.13.2-r3 amd64, #760144
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.13.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.2-r3.ebuild b/app-emulation/xen/xen-4.13.2-r3.ebuild index 79234b62328b..9a8cb02325d8 100644 --- a/app-emulation/xen/xen-4.13.2-r3.ebuild +++ b/app-emulation/xen/xen-4.13.2-r3.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=2 SECURITY_VER= GENTOO_VER= |