diff options
author | Sam James <sam@gentoo.org> | 2023-07-07 05:40:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-07 05:40:17 +0100 |
commit | 8ef20b21fac98b820cd4327d357ff2bd5911ec00 (patch) | |
tree | fbbcbe9613f16a7e50aaba63de571ef92380f65d /app-emulation | |
parent | sys-process/criu: Stabilize 3.18 ppc64, #909811 (diff) | |
download | gentoo-8ef20b21fac98b820cd4327d357ff2bd5911ec00.tar.gz gentoo-8ef20b21fac98b820cd4327d357ff2bd5911ec00.tar.bz2 gentoo-8ef20b21fac98b820cd4327d357ff2bd5911ec00.zip |
app-emulation/spice: Stabilize 0.15.2 ppc64, #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 66b65d5f7dfb..a7bef4558d2d 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" |