diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-11-02 03:03:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-11-02 03:03:28 +0300 |
commit | 79f2f84b515f7f910b9dca3f77159f83d6bdbd3b (patch) | |
tree | ce30edf28ba2b75b8b4668695dfdc371f06a0b09 | |
parent | b3f3422cfb280cec37540c0ea9ed7cc39d35ea03 (diff) |
nyx-scm: need at least stem 1.7.0 now
-rw-r--r-- | packages/dev-util/codelite/codelite-scm.exheres-0 | 2 | ||||
-rw-r--r-- | packages/net-libs/stem/stem-1.7.0.exheres-0 | 5 | ||||
-rw-r--r-- | packages/net-misc/nyx/nyx-scm.exheres-0 | 6 |
3 files changed, 13 insertions, 0 deletions
diff --git a/packages/dev-util/codelite/codelite-scm.exheres-0 b/packages/dev-util/codelite/codelite-scm.exheres-0 index 4e34ab6..4f09111 100644 --- a/packages/dev-util/codelite/codelite-scm.exheres-0 +++ b/packages/dev-util/codelite/codelite-scm.exheres-0 @@ -1,6 +1,8 @@ # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> # Distributed under the terms of the GNU General Public License v2 +SCM_REVISION="a02750c87b0835018138fc131fe0ef0dd47be806" + require codelite PLATFORMS="~amd64 ~x86" diff --git a/packages/net-libs/stem/stem-1.7.0.exheres-0 b/packages/net-libs/stem/stem-1.7.0.exheres-0 new file mode 100644 index 0000000..c1e5b1b --- /dev/null +++ b/packages/net-libs/stem/stem-1.7.0.exheres-0 @@ -0,0 +1,5 @@ +# Distributed under the terms of the GNU General Public License v2 + +require stem + +PLATFORMS="~x86 ~amd64" diff --git a/packages/net-misc/nyx/nyx-scm.exheres-0 b/packages/net-misc/nyx/nyx-scm.exheres-0 index ba52abd..b681cb6 100644 --- a/packages/net-misc/nyx/nyx-scm.exheres-0 +++ b/packages/net-misc/nyx/nyx-scm.exheres-0 @@ -3,3 +3,9 @@ require nyx PLATFORMS="~x86 ~amd64" + +DEPENDENCIES+=" + build+run: + net-libs/stem[>=1.7.0] +" + |