diff options
author | Sam James <sam@gentoo.org> | 2023-04-17 21:12:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-17 21:12:33 +0100 |
commit | d90e730e498909fff28b8212d994a7b374a46630 (patch) | |
tree | e0a9c8d4339752ca0575001b654672d0c0a7da16 /app-emulation/xen | |
parent | app-emulation/xen-tools: Stabilize 4.15.5_pre1 x86, #904469 (diff) | |
download | gentoo-d90e730e498909fff28b8212d994a7b374a46630.tar.gz gentoo-d90e730e498909fff28b8212d994a7b374a46630.tar.bz2 gentoo-d90e730e498909fff28b8212d994a7b374a46630.zip |
app-emulation/xen: Stabilize 4.15.5_pre1 amd64, #904469
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.15.5_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.15.5_pre1.ebuild b/app-emulation/xen/xen-4.15.5_pre1.ebuild index 625298cde5de..6e2e5476fb6f 100644 --- a/app-emulation/xen/xen-4.15.5_pre1.ebuild +++ b/app-emulation/xen/xen-4.15.5_pre1.ebuild @@ -12,7 +12,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" XEN_GENTOO_PATCHSET_NUM= XEN_GENTOO_PATCHSET_BASE= |