diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-24 16:44:45 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-24 16:44:45 +0300 |
commit | f4c008270b6e48921c7c2901e7d9952a3a2554a4 (patch) | |
tree | 7faab02cdff83f7e19820414298345628022243d | |
parent | d69aee06f1c3d495acdac1936c9210c94dcf82ad (diff) |
tox-core
-rw-r--r-- | metadata/layout.conf | 5 | ||||
-rw-r--r-- | packages/net-libs/tox/tox-lib.exlib | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index c989464..41a21db 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,6 @@ masters = arbor +layout = exheres +eapi_when_unknown = exheres-0 +eapi_when_unspecified = exheres-0 +profile_eapi_when_unspecified = exheres-0 + diff --git a/packages/net-libs/tox/tox-lib.exlib b/packages/net-libs/tox/tox-lib.exlib deleted file mode 100644 index d87aafe..0000000 --- a/packages/net-libs/tox/tox-lib.exlib +++ /dev/null @@ -1,6 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -require scm-git - -SUMMARY="Encrypted P2P, messaging, and audio/video calling platform" - |