diff options
author | orbea <orbea@riseup.net> | 2023-07-08 08:27:19 -0700 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2023-07-08 08:27:19 -0700 |
commit | 1375aa52407223a594ce31f6d8a69285e910808e (patch) | |
tree | 60dab98142fc73a763df12040b0c13f495abb00a /app-emulation | |
parent | dev-python/m2crypto: add 0.39.0 (diff) | |
download | libressl-1375aa52407223a594ce31f6d8a69285e910808e.tar.gz libressl-1375aa52407223a594ce31f6d8a69285e910808e.tar.bz2 libressl-1375aa52407223a594ce31f6d8a69285e910808e.zip |
app-emulation/spice: stabilize 0.15.2 for arm64, ppc64, x86
Signed-off-by: orbea <orbea@riseup.net>
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 328eb07..d12c2db 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" |