diff options
-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" - |