net-irc/hexchat-2.12.4-r2: lock enchant dep to SLOT=0
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 18:36:23 +0000 (20:36 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:23 +0000 (21:34 +0200)
Only libenchant.so is tried to be dynamically opened at runtime,
not libenchant-2.so; hexchat-2.14 versions try them all (and the
runtime dep appears removed).

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-irc/hexchat/hexchat-2.12.4-r2.ebuild

index 121145f762bcfcf141dfe75fb098ef87f1238ee8..0e0cf8a738316a07c2cd0ad27d851603e97aae68 100644 (file)
@@ -41,7 +41,7 @@ COMMON_DEPEND="dev-libs/glib:2
        )"
 
 RDEPEND="${COMMON_DEPEND}
-       spell? ( app-text/enchant )"
+       spell? ( app-text/enchant:0 )"
 DEPEND="${COMMON_DEPEND}
        app-arch/xz-utils
        virtual/pkgconfig