diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-12-15 10:34:06 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-12-17 16:37:02 -0600 |
commit | a33b5b784217f600c68fc1a348e371d31d5bee96 (patch) | |
tree | 677ffe874cb480fbb9d9989a51494e79e9b4e419 /net-irc | |
parent | www-apps/tt-rss: Drop chmod patch that no longer applies to live version (diff) | |
download | gentoo-a33b5b784217f600c68fc1a348e371d31d5bee96.tar.gz gentoo-a33b5b784217f600c68fc1a348e371d31d5bee96.tar.bz2 gentoo-a33b5b784217f600c68fc1a348e371d31d5bee96.zip |
net-irc/ircii: add missing openssl dep
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircii/ircii-20210314-r2.ebuild (renamed from net-irc/ircii/ircii-20210314-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/ircii/ircii-20210314-r1.ebuild b/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}" |