From 6f9aca781ace1354b9564bfb8a7de1002d9242aa Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 26 Jul 2025 22:19:56 +0100 Subject: [PATCH] app-text/gspell: fix subslot Closes: https://bugs.gentoo.org/960747 Signed-off-by: Sam James --- .../gspell/{gspell-1.14.0.ebuild => gspell-1.14.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-text/gspell/{gspell-1.14.0.ebuild => gspell-1.14.0-r1.ebuild} (97%) diff --git a/app-text/gspell/gspell-1.14.0.ebuild b/app-text/gspell/gspell-1.14.0-r1.ebuild similarity index 97% rename from app-text/gspell/gspell-1.14.0.ebuild rename to app-text/gspell/gspell-1.14.0-r1.ebuild index 3ab0e5133da6d..3703bbf8161fa 100644 --- a/app-text/gspell/gspell-1.14.0.ebuild +++ b/app-text/gspell/gspell-1.14.0-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Spell check library for GTK+ applications" HOMEPAGE="https://gitlab.gnome.org/GNOME/gspell" LICENSE="LGPL-2.1+" -SLOT="0/2" # subslot = libgspell-1 soname version +SLOT="0/3" # subslot = libgspell-1 soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="gtk-doc +introspection test +vala"