commit: 6f9aca781ace1354b9564bfb8a7de1002d9242aa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 26 21:19:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 26 21:19:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9aca78
app-text/gspell: fix subslot Closes: https://bugs.gentoo.org/960747 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/gspell/{gspell-1.14.0.ebuild => gspell-1.14.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3ab0e5133da6..3703bbf8161f 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"
