Diff spice-protocol-0.14.1 with a spice-protocol-0.14.3

/usr/portage/app-emulation/spice-protocol/spice-protocol-0.14.3.ebuild 2023-10-09 14:52:28.732368331 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6
inherit meson
7

  
6 8
DESCRIPTION="Headers defining the SPICE protocol"
7 9
HOMEPAGE="https://www.spice-space.org/"
8
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2"
10
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz"
9 11

  
10 12
LICENSE="BSD"
11 13
SLOT="0"
12
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~sparc x86"
13
IUSE=""
14

  
15
DEPEND=""
16
RDEPEND=""
14
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
Thank you!