commit: 2d8d0f7f7a93659d04c848a9c9f866a620d21248 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sun Aug 31 19:30:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 14:17:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8d0f7f
app-emulation/guestfs-tools: Remove comment about 1.56 not in Portage Also, prepare the KEYWORDS line for keywording once commited. Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43629 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild index 503e4d6724dd..4fca6cc221fb 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild @@ -17,11 +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}" -# We can't keyword 1.54.x yet because it depends on -# >=app-emulation/libguestfs-1.55.6 -#if [[ ${SD} == "stable" ]] ; then -# KEYWORDS="~amd64" -#fi +if [[ ${SD} == "stable" ]] ; then + KEYWORDS="" +fi IUSE="doc libvirt +ocaml +perl test" RESTRICT="!test? ( test )"
