summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-02-02 20:36:23 +0200
committerMart Raudsepp <leio@gentoo.org>2020-02-02 21:34:23 +0200
commit0ccd8509886ea10655e4d2637bb4dc5a91691f69 (patch)
treee23b0154ded318c51e227c1da49731963f627959 /net-irc/hexchat/hexchat-2.12.4-r2.ebuild
parentapp-text/stardict: lock enchant dep to SLOT=0 (diff)
downloadgentoo-0ccd8509886ea10655e4d2637bb4dc5a91691f69.tar.gz
gentoo-0ccd8509886ea10655e4d2637bb4dc5a91691f69.tar.bz2
gentoo-0ccd8509886ea10655e4d2637bb4dc5a91691f69.zip
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@gentoo.org>
Diffstat (limited to 'net-irc/hexchat/hexchat-2.12.4-r2.ebuild')
-rw-r--r--net-irc/hexchat/hexchat-2.12.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
index 121145f762bc..0e0cf8a73831 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