summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild')
-rw-r--r--app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild4
1 files changed, 3 insertions, 1 deletions
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 )"