diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild index ccf5cd0476eb2..c4429da037656 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://download.libguestfs.org/${PN}/${MY_PV_1}-${SD}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0/${MY_PV_1}" if [[ ${SD} == "stable" ]] ; then - KEYWORDS="~amd64" + KEYWORDS="amd64" fi IUSE="doc libvirt +ocaml +perl test" RESTRICT="!test? ( test )"