diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-04 20:11:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-04 20:11:10 +0200 |
commit | b5064822d29db410ecc57f573a6fa4412717622c (patch) | |
tree | 3e5a96fd3bace5bdf649099f88e69ceb3646757a /net-misc/spice-gtk | |
parent | sys-libs/libosinfo: Stabilize 1.10.0-r1 ppc64, #921207 (diff) | |
download | gentoo-b5064822d29db410ecc57f573a6fa4412717622c.tar.gz gentoo-b5064822d29db410ecc57f573a6fa4412717622c.tar.bz2 gentoo-b5064822d29db410ecc57f573a6fa4412717622c.zip |
net-misc/spice-gtk: Stabilize 0.42-r3 ppc64, #921207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild b/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild index 83318d830e49..a1ef8c10be3e 100644 --- a/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then SPICE_PROTOCOL_VER=9999 else SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86" SPICE_PROTOCOL_VER=0.14.3 fi |