From 75045e86c14cba6e2250caccd48ac49e7c2e1854 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 Apr 2024 02:00:05 +0100 Subject: app-emulation/guestfs-tools: only keyword stable releases, not development ones Signed-off-by: Sam James --- app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app-emulation') 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 )" -- cgit v1.2.3-65-gdbad