commit:     18c4b31798fa2bea6b89f26b912321cb03ca785f
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Feb 12 16:29:59 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 22:52:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c4b317

app-editors/qhexedit2: add sub-SLOT to match SONAME

0.9.0 changed the library VERSION from 4.2.0 to 0.9.0, causing
a SONAME change from libqhexedit.so.4 to libqhexedit.so.0.
Set sub-SLOT to $(ver_cut 1-2) so that revdeps with := can be
automatically rebuilt on future SONAME changes.

Closes: https://bugs.gentoo.org/969912
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45782
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../qhexedit2/{qhexedit2-0.9.0.ebuild => qhexedit2-0.9.0-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/qhexedit2/qhexedit2-0.9.0.ebuild 
b/app-editors/qhexedit2/qhexedit2-0.9.0-r1.ebuild
similarity index 99%
rename from app-editors/qhexedit2/qhexedit2-0.9.0.ebuild
rename to app-editors/qhexedit2/qhexedit2-0.9.0-r1.ebuild
index b952aa258be9..4045f57f29c0 100644
--- a/app-editors/qhexedit2/qhexedit2-0.9.0.ebuild
+++ b/app-editors/qhexedit2/qhexedit2-0.9.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Simsys/qhexedit2/";
 SRC_URI="https://github.com/Simsys/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="doc +gui python"
 REQUIRED_USE="

Reply via email to