commit:     a33b5b784217f600c68fc1a348e371d31d5bee96
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 16:34:06 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 22:37:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33b5b78

net-irc/ircii: add missing openssl dep

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-irc/ircii/{ircii-20210314-r1.ebuild => ircii-20210314-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-irc/ircii/ircii-20210314-r1.ebuild 
b/net-irc/ircii/ircii-20210314-r2.ebuild
similarity index 90%
rename from net-irc/ircii/ircii-20210314-r1.ebuild
rename to net-irc/ircii/ircii-20210314-r2.ebuild
index 3f45c4c6fcd5..66f78214f967 100644
--- a/net-irc/ircii/ircii-20210314-r1.ebuild
+++ b/net-irc/ircii/ircii-20210314-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
-DEPEND="sys-libs/ncurses:0=
+DEPEND="dev-libs/openssl:0=
+       sys-libs/ncurses:0=
        virtual/libcrypt:=
        virtual/libiconv"
 RDEPEND="${DEPEND}"

Reply via email to