app-emulation/libguestfs: only keyword stable releases, not development ones

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-04-28 01:59:02 +01:00
parent f1e53b9368
commit 925f296200

View File

@@ -20,7 +20,9 @@ SRC_URI="https://download.libguestfs.org/${MY_PV_1}-${SD}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0/${MY_PV_1}"
KEYWORDS="amd64 ~ppc64 ~x86"
if [[ ${SD} == "stable" ]] ; then
KEYWORDS="amd64 ~ppc64 ~x86"
fi
IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua +ocaml +perl python ruby selinux static-libs systemtap test"
RESTRICT="!test? ( test )"