Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/
Date: Sun, 02 Feb 2020 19:35:44
Message-Id: 1580672063.0ccd8509886ea10655e4d2637bb4dc5a91691f69.leio@gentoo
1 commit: 0ccd8509886ea10655e4d2637bb4dc5a91691f69
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 18:36:23 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccd8509
7
8 net-irc/hexchat-2.12.4-r2: lock enchant dep to SLOT=0
9
10 Only libenchant.so is tried to be dynamically opened at runtime,
11 not libenchant-2.so; hexchat-2.14 versions try them all (and the
12 runtime dep appears removed).
13
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
21 index 121145f762b..0e0cf8a7383 100644
22 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
23 +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild
24 @@ -41,7 +41,7 @@ COMMON_DEPEND="dev-libs/glib:2
25 )"
26
27 RDEPEND="${COMMON_DEPEND}
28 - spell? ( app-text/enchant )"
29 + spell? ( app-text/enchant:0 )"
30 DEPEND="${COMMON_DEPEND}
31 app-arch/xz-utils
32 virtual/pkgconfig