diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 18:20:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 18:20:13 +0300 |
commit | a75a3727010655bab77f63bde2c112349c8893c3 (patch) | |
tree | 87de0e431d5e55cc1649f0930abf61f9a2bd10fc /app-emulation/xen | |
parent | sci-astronomy/sirilic: Stabilize 1.14.3-r1 x86, #903779 (diff) | |
download | gentoo-a75a3727010655bab77f63bde2c112349c8893c3.tar.gz gentoo-a75a3727010655bab77f63bde2c112349c8893c3.tar.bz2 gentoo-a75a3727010655bab77f63bde2c112349c8893c3.zip |
app-emulation/xen: Stabilize 4.16.4_pre1 amd64, #904633
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.16.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.16.4_pre1.ebuild b/app-emulation/xen/xen-4.16.4_pre1.ebuild index 637b34f05dfb..805cef3cffc9 100644 --- a/app-emulation/xen/xen-4.16.4_pre1.ebuild +++ b/app-emulation/xen/xen-4.16.4_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 |