Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irc-client/
Date: Mon, 21 Dec 2015 19:05:06
Message-Id: 1450724695.0f52a175d6bc9ad8e2de0b00f26befa8b050864a.mgorny@gentoo
1 commit: 0f52a175d6bc9ad8e2de0b00f26befa8b050864a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 19:03:55 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 19:04:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f52a175
7
8 net-irc/irc-client: Fix blocker on ircii
9
10 Fix the mistaken blocker to point at net-irc/ircii rather than
11 net-irc/irc-client iself.
12
13 Bug: https://bugs.gentoo.org/247987
14
15 net-irc/irc-client/irc-client-2.10.3_p7.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
19 index 7a3043f..28c1ad8 100644
20 --- a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
21 +++ b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild
22 @@ -16,9 +16,9 @@ IUSE="ipv6"
23
24 DEPEND="sys-libs/ncurses
25 sys-libs/zlib"
26 -# This and irc-client both install /usr/bin/irc #247987
27 +# This and ircci both install /usr/bin/irc #247987
28 RDEPEND="${DEPEND}
29 - !net-irc/irc-client"
30 + !net-irc/ircii"
31
32 S=${WORKDIR}/${MY_P}