commit:     75045e86c14cba6e2250caccd48ac49e7c2e1854
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 01:00:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 01:00:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75045e86

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

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

 app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to