diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 02:54:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 02:54:24 +0300 |
commit | 6709ad054f8e832013a76456ec50cb99034e8347 (patch) | |
tree | d34524d49289041520fcc44e5adb238ba1cc67ef /packages/net-libs/toxcore | |
parent | 58969e4f1757e77f7dabe4027430403a4abf6281 (diff) |
codelite: use github.exlib, prefer git clone for tags
qtox: prefer git clone for tags
utox: prefer git clone for tags
Diffstat (limited to 'packages/net-libs/toxcore')
-rw-r--r-- | packages/net-libs/toxcore/toxcore.exlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/net-libs/toxcore/toxcore.exlib b/packages/net-libs/toxcore/toxcore.exlib index 63b2927..01992ad 100644 --- a/packages/net-libs/toxcore/toxcore.exlib +++ b/packages/net-libs/toxcore/toxcore.exlib @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -require github [ user=TokTok project=c-toxcore tag=v${PV} ] +require github [ user=TokTok project=c-toxcore tag=v${PV} force_git_clone=true ] #require scm-git require systemd-service require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 1.13 1.12 1.11 ] need_libtool=false ] |