diff options
author | Sam James <sam@gentoo.org> | 2020-11-12 14:02:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-12 14:02:59 +0000 |
commit | c5f60960144d22ca1bc02a09d73aa8a272f82e6a (patch) | |
tree | f49d09d1a033ed6367d80406bdd9d994160a82fb /app-emulation/xen | |
parent | app-portage/pfl: Stabilize 3.1-r1 arm, #754081 (diff) | |
download | gentoo-c5f60960144d22ca1bc02a09d73aa8a272f82e6a.tar.gz gentoo-c5f60960144d22ca1bc02a09d73aa8a272f82e6a.tar.bz2 gentoo-c5f60960144d22ca1bc02a09d73aa8a272f82e6a.zip |
app-emulation/xen: Stabilize 4.13.2-r1 amd64, #754105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.2-r1.ebuild b/app-emulation/xen/xen-4.13.2-r1.ebuild index 714c4d25a9ec..7dd88696d9ba 100644 --- a/app-emulation/xen/xen-4.13.2-r1.ebuild +++ b/app-emulation/xen/xen-4.13.2-r1.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=0 SECURITY_VER= GENTOO_VER= |