diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 18:55:26 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 18:55:26 +0200 |
commit | 87dfa9b4e919ad4381f532c131c306cfc3500b4c (patch) | |
tree | bdf56f12a7fe2a1407581586aee198c9441f38e7 /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.15.4-r1 x86, #886471 (diff) | |
download | gentoo-87dfa9b4e919ad4381f532c131c306cfc3500b4c.tar.gz gentoo-87dfa9b4e919ad4381f532c131c306cfc3500b4c.tar.bz2 gentoo-87dfa9b4e919ad4381f532c131c306cfc3500b4c.zip |
app-emulation/xen: Stabilize 4.15.4 amd64, #886471
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.15.4.ebuild b/app-emulation/xen/xen-4.15.4.ebuild index c678ebb410a9..857a0b7e793f 100644 --- a/app-emulation/xen/xen-4.15.4.ebuild +++ b/app-emulation/xen/xen-4.15.4.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_PRE_PATCHSET_NUM= XEN_GENTOO_PATCHSET_BASE= |