diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-07 10:38:37 -0600 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-08 09:45:36 +0200 |
commit | ccd3d2575ba4186195f3385f5d5294864db7f0ad (patch) | |
tree | 6fd5895ef862b0cf82f9adf1509f69b8358d11c7 /net-irc | |
parent | dev-python/cfn-lint: Stabilize 0.87.3 ALLARCHES, #933810 (diff) | |
download | gentoo-ccd3d2575ba4186195f3385f5d5294864db7f0ad.tar.gz gentoo-ccd3d2575ba4186195f3385f5d5294864db7f0ad.tar.bz2 gentoo-ccd3d2575ba4186195f3385f5d5294864db7f0ad.zip |
net-irc/weechat: add missing dependency with USE=relay-api
Closes: https://bugs.gentoo.org/933748
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37074
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-4.3.2-r1.ebuild (renamed from net-irc/weechat/weechat-4.3.2.ebuild) | 1 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-irc/weechat/weechat-4.3.2.ebuild b/net-irc/weechat/weechat-4.3.2-r1.ebuild index ae190a67def6..d86207e4e6ef 100644 --- a/net-irc/weechat/weechat-4.3.2.ebuild +++ b/net-irc/weechat/weechat-4.3.2-r1.ebuild @@ -57,6 +57,7 @@ RDEPEND=" virtual/libcrypt:= ) python? ( ${PYTHON_DEPS} ) + relay-api? ( dev-libs/cJSON ) ruby? ( || ( dev-lang/ruby:3.3 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index ae190a67def6..d86207e4e6ef 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -57,6 +57,7 @@ RDEPEND=" virtual/libcrypt:= ) python? ( ${PYTHON_DEPS} ) + relay-api? ( dev-libs/cJSON ) ruby? ( || ( dev-lang/ruby:3.3 |