summaryrefslogtreecommitdiffstats
path: root/ftp-libs/rb-libtorrent/PRE_SUB_DEPENDS
blob: ba566059202eff340047b15f3b98e3ed5bdfd1d3 (plain) (blame)
1
2
3
4
5
6
case $THIS_SUB_DEPENDS in
  PYTHON) list_find "$RB_LIBTORRENT_OPTS" "--enable-python-binding" && return 0;;
    *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
       return 1;;
esac
return 1