diff options
author | Sam James <sam@gentoo.org> | 2020-11-01 02:19:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-01 02:19:53 +0000 |
commit | b8c60c131995f3602d387eb6e4e8a17131351e10 (patch) | |
tree | 143b7908101dfa108f22d3c33bb7f9a3ca570b61 /app-emulation/xen | |
parent | net-misc/bird: Add build fix for gcc-10 (diff) | |
download | gentoo-b8c60c131995f3602d387eb6e4e8a17131351e10.tar.gz gentoo-b8c60c131995f3602d387eb6e4e8a17131351e10.tar.bz2 gentoo-b8c60c131995f3602d387eb6e4e8a17131351e10.zip |
app-emulation/xen: Stabilize 4.13.1-r5 amd64, #750779
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.1-r5.ebuild b/app-emulation/xen/xen-4.13.1-r5.ebuild index 7638cb7bc0bf..4a8a3262d8dc 100644 --- a/app-emulation/xen/xen-4.13.1-r5.ebuild +++ b/app-emulation/xen/xen-4.13.1-r5.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=4 SECURITY_VER= GENTOO_VER= |