diff options
author | Sam James <sam@gentoo.org> | 2022-10-25 18:54:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-25 18:54:39 +0100 |
commit | a37719f2ca3651046c4e33335b24f3064f46ac2a (patch) | |
tree | da7fe7d038d9410fa0a89fdb2ed59f7e454ed96c /app-emulation/xen | |
parent | net-dns/unbound: Stabilize 1.16.3 amd64, #877027 (diff) | |
download | gentoo-a37719f2ca3651046c4e33335b24f3064f46ac2a.tar.gz gentoo-a37719f2ca3651046c4e33335b24f3064f46ac2a.tar.bz2 gentoo-a37719f2ca3651046c4e33335b24f3064f46ac2a.zip |
app-emulation/xen: Stabilize 4.15.4_pre1 amd64, #877875
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.15.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.15.4_pre1.ebuild b/app-emulation/xen/xen-4.15.4_pre1.ebuild index 3bd90ba15de4..0af18aeb62b9 100644 --- a/app-emulation/xen/xen-4.15.4_pre1.ebuild +++ b/app-emulation/xen/xen-4.15.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_PRE_PATCHSET_NUM=1 XEN_GENTOO_PATCHSET_NUM= |