commit:     925f29620086950f8e979e52bf60e97ff101e5af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 00:59:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 00:59:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925f2962

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 )"
 

Reply via email to