commit:     cbdcccf3b8f0811015e38f4306b711057a146e40
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Aug 23 20:41:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 17:19:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdcccf3

net-irc/weechat: add missing dep on libcrypt

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-irc/weechat/weechat-4.0.4.ebuild | 5 ++++-
 net-irc/weechat/weechat-9999.ebuild  | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-irc/weechat/weechat-4.0.4.ebuild 
b/net-irc/weechat/weechat-4.0.4.ebuild
index 496cb60b1e8c..fb63f18300f9 100644
--- a/net-irc/weechat/weechat-4.0.4.ebuild
+++ b/net-irc/weechat/weechat-4.0.4.ebuild
@@ -52,7 +52,10 @@ RDEPEND="
        guile? ( >=dev-scheme/guile-2.0:12= )
        lua? ( ${LUA_DEPS} )
        nls? ( virtual/libintl )
-       perl? ( dev-lang/perl:= )
+       perl? (
+               dev-lang/perl:=
+               virtual/libcrypt:=
+       )
        python? ( ${PYTHON_DEPS} )
        ruby? (
                || (

diff --git a/net-irc/weechat/weechat-9999.ebuild 
b/net-irc/weechat/weechat-9999.ebuild
index 496cb60b1e8c..fb63f18300f9 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.ebuild
@@ -52,7 +52,10 @@ RDEPEND="
        guile? ( >=dev-scheme/guile-2.0:12= )
        lua? ( ${LUA_DEPS} )
        nls? ( virtual/libintl )
-       perl? ( dev-lang/perl:= )
+       perl? (
+               dev-lang/perl:=
+               virtual/libcrypt:=
+       )
        python? ( ${PYTHON_DEPS} )
        ruby? (
                || (

Reply via email to