app-emulation/virtiofsd: fix ~ppc64 kw

<1.9.0 doesn't work.

Bug: https://bugs.gentoo.org/920194
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-01-26 08:56:34 +00:00
parent a15394fe1e
commit e6baed7c7d

View File

@@ -104,7 +104,7 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2"
SRC_URI+=" ${CARGO_CRATE_URIS}"
KEYWORDS="~amd64 ~ppc64"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
fi