summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-13 18:00:49 +0200
committerFlorian Franzmann2021-06-13 18:00:49 +0200
commitbdc650b263a92bf31d0d60146bf3dd13642ce612 (patch)
treeb8fb72bef21c0728543e4f1f3df46ec71686a131 /chat-irc
parentcc120c1034e50ecea38d8c20895a190bd6d2926c (diff)
chat-irc/weechat: make dependency on ca-certificates unconditional
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/weechat/DEPENDS6
-rw-r--r--chat-irc/weechat/HISTORY3
2 files changed, 4 insertions, 5 deletions
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 9745814e6c..a0af1a9c55 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -8,11 +8,9 @@ depends curl &&
depends zlib &&
depends libgcrypt &&
depends GETTEXT &&
-depends gnutls &&
-if is_depends_enabled $SPELL gnutls; then
- depends ca-certificates
-fi &&
+depends gnutls &&
+depends ca-certificates
optional_depends asciidoctor "-DENABLE_DOC=ON" "-DENABLE_DOC=OFF" "build documentation?" &&
if is_depends_enabled asciidoctor; then
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index f37cb37cc8..f5c84b025b 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,6 +1,7 @@
2021-06-13 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.2
- * DEPENDS: make the dependency on gnutls mandatory
+ * DEPENDS: make the dependency on gnutls mandatory, make dependency on
+ ca-certificates unconditional
2021-03-13 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.1