diff options
author | Sam James <sam@gentoo.org> | 2023-07-08 04:39:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-08 04:39:01 +0100 |
commit | 59d41bf32bc85cc455b8714d3d8c3c42175073d1 (patch) | |
tree | ac25922e59a150097db96fa48542eb59ea55ac07 /app-emulation | |
parent | sys-process/criu: Stabilize 3.18 arm64, #909811 (diff) | |
download | gentoo-59d41bf32bc85cc455b8714d3d8c3c42175073d1.tar.gz gentoo-59d41bf32bc85cc455b8714d3d8c3c42175073d1.tar.bz2 gentoo-59d41bf32bc85cc455b8714d3d8c3c42175073d1.zip |
app-emulation/spice: Stabilize 0.15.2 arm64, #909812
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-0.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild index 95a2531cb043..eb923aea6530 100644 --- a/app-emulation/spice/spice-0.15.2.ebuild +++ b/app-emulation/spice/spice-0.15.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then DEPEND="~app-emulation/spice-protocol-9999" else SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv x86" + KEYWORDS="~amd64 arm64 ~loong ppc64 ~riscv x86" fi LICENSE="LGPL-2.1" |