diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:24 +0200 |
commit | d61914b502745bff9f2f2c7908117b280bc78850 (patch) | |
tree | 2e7d0418d63d7e593b19c11e4aa85a05a521bd88 /app-emulation/spice-protocol | |
parent | app-benchmarks/stress: Stabilize 1.0.7 ppc, #899224 (diff) | |
download | gentoo-d61914b502745bff9f2f2c7908117b280bc78850.tar.gz gentoo-d61914b502745bff9f2f2c7908117b280bc78850.tar.bz2 gentoo-d61914b502745bff9f2f2c7908117b280bc78850.zip |
app-emulation/spice-protocol: Stabilize 0.14.4 arm64, #899238
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild index 8908284a7192..12d57516703d 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" else SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Headers defining the SPICE protocol" |