diff options
author | Sam James <sam@gentoo.org> | 2023-10-20 17:54:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-20 17:54:39 +0100 |
commit | 9b292115b5a21d51208858520b4f1e5512ca78dc (patch) | |
tree | e7ae8d0f70b453fbc28f1e9350c3712b624454f6 /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.16.6_pre1 x86, #916048 (diff) | |
download | gentoo-9b292115b5a21d51208858520b4f1e5512ca78dc.tar.gz gentoo-9b292115b5a21d51208858520b4f1e5512ca78dc.tar.bz2 gentoo-9b292115b5a21d51208858520b4f1e5512ca78dc.zip |
app-emulation/xen: Stabilize 4.16.6_pre1 amd64, #916048
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.16.6_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.16.6_pre1.ebuild b/app-emulation/xen/xen-4.16.6_pre1.ebuild index 502651aff650..cde7b44a75ed 100644 --- a/app-emulation/xen/xen-4.16.6_pre1.ebuild +++ b/app-emulation/xen/xen-4.16.6_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=2 XEN_GENTOO_PATCHSET_BASE=4.16.1 |