summaryrefslogtreecommitdiffstats
path: root/ftp/rtorrent/DEPENDS
diff options
context:
space:
mode:
authorIsmael Luceno2020-04-04 20:24:03 +0200
committerIsmael Luceno2020-04-04 20:33:10 +0200
commit6e93e061b049b322e68a8d102eaa93ee8fbf9917 (patch)
tree09647a645294cc593c439e728f09bbecc8cedece /ftp/rtorrent/DEPENDS
parent36b4e242d25dec2b9dabe674e2ef970bd1cdff6f (diff)
rtorrent: Replace simple_version_check_force_depends
Diffstat (limited to 'ftp/rtorrent/DEPENDS')
-rwxr-xr-xftp/rtorrent/DEPENDS5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index ecaa1a2b40..888fe448b6 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,7 +1,8 @@
. $GRIMOIRE/FUNCTIONS
-depends libtorrent &&
-simple_version_check_force_depends libtorrent 129 3 &&
+vdepends << ! &&
+ libtorrent >= 0.12.9
+!
depends curl &&
depends ncurses &&