diff options
author | 2024-04-28 02:00:05 +0100 | |
---|---|---|
committer | 2024-04-28 02:00:05 +0100 | |
commit | 75045e86c14cba6e2250caccd48ac49e7c2e1854 (patch) | |
tree | fdd88ef2c23d3f05fc12776e9d639c6c5fdbab8f /app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild | |
parent | app-emulation/libguestfs: only keyword stable releases, not development ones (diff) | |
download | gentoo-75045e86c14cba6e2250caccd48ac49e7c2e1854.tar.gz gentoo-75045e86c14cba6e2250caccd48ac49e7c2e1854.tar.bz2 gentoo-75045e86c14cba6e2250caccd48ac49e7c2e1854.zip |
app-emulation/guestfs-tools: only keyword stable releases, not development ones
Signed-off-by: Sam James <sam@gentoo.org>
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.ebuild | 4 |
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 )" |