commit: 0f52a175d6bc9ad8e2de0b00f26befa8b050864a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 21 19:03:55 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 21 19:04:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f52a175
net-irc/irc-client: Fix blocker on ircii Fix the mistaken blocker to point at net-irc/ircii rather than net-irc/irc-client iself. Bug: https://bugs.gentoo.org/247987 net-irc/irc-client/irc-client-2.10.3_p7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index 7a3043f..28c1ad8 100644 --- a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild +++ b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild @@ -16,9 +16,9 @@ IUSE="ipv6" DEPEND="sys-libs/ncurses sys-libs/zlib" -# This and irc-client both install /usr/bin/irc #247987 +# This and ircci both install /usr/bin/irc #247987 RDEPEND="${DEPEND} - !net-irc/irc-client" + !net-irc/ircii" S=${WORKDIR}/${MY_P}
