From 0f52a175d6bc9ad8e2de0b00f26befa8b050864a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 21 Dec 2015 20:03:55 +0100 Subject: [PATCH] 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 7a3043fdd8a83..28c1ad81a79de 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}