commit: 0ccd8509886ea10655e4d2637bb4dc5a91691f69
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 18:36:23 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 19:34:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccd8509
net-irc/hexchat-2.12.4-r2: lock enchant dep to SLOT=0
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 <AT> gentoo.org>
net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
index 121145f762b..0e0cf8a7383 100644
--- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
+++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
@@ -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