diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
commit | 676a0599f896e45fbf80d48687de2e580ce4766a (patch) | |
tree | 9c6e639700a9952f931890542b092da3561e62e1 /packages/dev-util | |
parent | 9607352a4de3fb0a82f251c5983e928c0b453858 (diff) |
changes requested by exherbo devs
Diffstat (limited to 'packages/dev-util')
-rw-r--r-- | packages/dev-util/codelite/codelite-scm.exheres-0 | 2 | ||||
-rw-r--r-- | packages/dev-util/codelite/codelite.exlib | 4 | ||||
-rw-r--r-- | packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/packages/dev-util/codelite/codelite-scm.exheres-0 b/packages/dev-util/codelite/codelite-scm.exheres-0 index b0045e9..4f09111 100644 --- a/packages/dev-util/codelite/codelite-scm.exheres-0 +++ b/packages/dev-util/codelite/codelite-scm.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> # Distributed under the terms of the GNU General Public License v2 -#SCM_REVISION="a02750c87b0835018138fc131fe0ef0dd47be806" +SCM_REVISION="a02750c87b0835018138fc131fe0ef0dd47be806" require codelite PLATFORMS="~amd64 ~x86" diff --git a/packages/dev-util/codelite/codelite.exlib b/packages/dev-util/codelite/codelite.exlib index cd60a36..018cf27 100644 --- a/packages/dev-util/codelite/codelite.exlib +++ b/packages/dev-util/codelite/codelite.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=eranif force_git_clone=true ] +require github [ user=eranif ] cmake [ api=2 ] HOMEPAGE="http://www.codelite.org" SUMMARY="A Free, open source, cross platform C,C++,PHP and Node.js IDE" @@ -9,8 +9,6 @@ DESCRIPTION="" SLOT="0" LICENCES="GPL-2" -require cmake [ api=2 ] - MYOPTIONS=" clang [[ description = [ Use clang for codecompletion ] ]] flex [[ description = [ Add support for sys-devel/flex ] ]] diff --git a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 index 537eb0a..437df45 100644 --- a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 +++ b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 @@ -14,7 +14,8 @@ DESCRIPTION="" MYOPTIONS=" debug - largepages [[ description = [ Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. ] ]] + largepages [[ description = [ Use (experimental) larger pages for tcmalloc,\ +this increases memory usage, but should speed up the allocation/free operations. ] ]] minimal optimisememory [[ description = [ build libtcmalloc with smaller internal caches. ] ]] " |