diff options
Diffstat (limited to 'packages/net-im/qtox/qtox.exlib')
-rw-r--r-- | packages/net-im/qtox/qtox.exlib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/net-im/qtox/qtox.exlib b/packages/net-im/qtox/qtox.exlib index fe9fb4b..15f65e8 100644 --- a/packages/net-im/qtox/qtox.exlib +++ b/packages/net-im/qtox/qtox.exlib @@ -1,7 +1,7 @@ # Distributed under the terms of the GNU General Public License v2 # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -require github [ user=qTox project=qTox tag=v${PV} force_git_clone=true ] +require github [ user=qTox project=qTox tag=v${PV} ] require cmake [ api=2 ] export_exlib_phases src_configure @@ -53,3 +53,4 @@ qtox_src_configure() { ) ecmake "${cmakeparams[@]}" } + |