summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-30 07:18:37 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-30 07:18:37 +0300
commit02f057c284d7bcea1fb10944ec3590a741a36eda (patch)
treeecefccbbedcbb7329c0e3a5ca11d4eec8d75e802
parentdcf710f674075f868e84e17e04f002d0ea9a25a5 (diff)
tox: dropped ntox option, code dropped from toxcore
-rw-r--r--packages/net-libs/toxcore/toxcore.exlib2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/net-libs/toxcore/toxcore.exlib b/packages/net-libs/toxcore/toxcore.exlib
index 01992ad..5ce45ef 100644
--- a/packages/net-libs/toxcore/toxcore.exlib
+++ b/packages/net-libs/toxcore/toxcore.exlib
@@ -16,7 +16,6 @@ LICENCES="GPL-3+"
MYOPTIONS="
av [[ description = [ Enable audio/video support ] ]]
daemon [[ description = [ Build and install tox network booststrap daemon ] ]]
- ntox [[ description = [ Build testing console-based client ] ]]
(
log-debug [[ description = [ Turn on debug logging ] ]]
log-error [[ description = [ Turn on error logging ] ]]
@@ -31,7 +30,6 @@ DEPENDENCIES="
build+run:
av? ( media-libs/libvpx media-libs/opus )
daemon? ( dev-libs/libconfig )
- ntox? ( sys-libs/ncurses )
dev-libs/libsodium
"