summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-22 21:12:07 +0200
committerFlorian Franzmann2022-05-23 18:01:26 +0200
commitfaa6cfb6b94dc5c510d62eed5b88fa513513339f (patch)
treef6320be0e24e34884f7484b84ab62f09833d2f2e
parent2421cffb2a57a729b384b1be5a805e58355aef9a (diff)
crypto/sshfs-fuse: depend on docutils
-rwxr-xr-xcrypto/sshfs-fuse/DEPENDS9
-rw-r--r--crypto/sshfs-fuse/HISTORY3
2 files changed, 8 insertions, 4 deletions
diff --git a/crypto/sshfs-fuse/DEPENDS b/crypto/sshfs-fuse/DEPENDS
index d64b137cf7..c2593c0da8 100755
--- a/crypto/sshfs-fuse/DEPENDS
+++ b/crypto/sshfs-fuse/DEPENDS
@@ -1,5 +1,6 @@
-depends meson &&
-depends fuse3 &&
-depends glib2 &&
+. "$GRIMOIRE"/MESON_DEPENDS
+depends fuse3 &&
+depends glib2 &&
depends pkgconfig &&
-depends openssh
+depends openssh &&
+depends docutils
diff --git a/crypto/sshfs-fuse/HISTORY b/crypto/sshfs-fuse/HISTORY
index 5ea9a72b07..b26f038bf8 100644
--- a/crypto/sshfs-fuse/HISTORY
+++ b/crypto/sshfs-fuse/HISTORY
@@ -1,3 +1,6 @@
+2022-05-22 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: add dependency on docutils, use MESON_DEPENDS
+
2021-06-08 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.7.2