diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 20:36:23 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:23 +0200 |
commit | 0ccd8509886ea10655e4d2637bb4dc5a91691f69 (patch) | |
tree | e23b0154ded318c51e227c1da49731963f627959 /net-irc/hexchat | |
parent | app-text/stardict: lock enchant dep to SLOT=0 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 |
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 |