diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild | 2 |
1 files changed, 1 insertions, 1 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 18372ef29cd9..bc72edeb13cb 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild @@ -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" |