summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-28 01:59:02 +0100
committerSam James <sam@gentoo.org>2024-04-28 01:59:02 +0100
commit925f29620086950f8e979e52bf60e97ff101e5af (patch)
tree1dd4a095798a591f53020afa0ad09b16bd0f8a2a /app-emulation/libguestfs
parentsys-apps/portage: add 3.0.64 (diff)
downloadgentoo-925f29620086950f8e979e52bf60e97ff101e5af.tar.gz
gentoo-925f29620086950f8e979e52bf60e97ff101e5af.tar.bz2
gentoo-925f29620086950f8e979e52bf60e97ff101e5af.zip
app-emulation/libguestfs: only keyword stable releases, not development ones
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r--app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild
index 635f11c7dd1f..5ebf7d85f162 100644
--- a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild
@@ -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 )"