remove dev-cpp/commoncpp2 deps

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
claws
Victor Kustov 1 year ago
parent a9e4a2e155
commit 4fdfe6f061
Signed by: ktrace
GPG Key ID: 9494B70312B4CADE

1
.gitignore vendored

@ -0,0 +1 @@
metadata/md5-cache/**

@ -15,7 +15,6 @@ IUSE="doc"
SLOT="0"
RDEPEND="
dev-cpp/commoncpp2:0=
dev-libs/libgcrypt:0=
>=dev-libs/ucommon-6.2.2:=
net-libs/ccrtp

@ -16,6 +16,7 @@
<flag name="diamondcard"></flag>
<flag name="g729">G.729 codec</flag>
<flag name="ilbc"></flag>
<flag name="zrtp">RTP compression</flag>
</use>
<upstream>
<remote-id type="github">LubosD/twinkle</remote-id>

@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa diamondcard g729 speex +qt5"
DEPEND="dev-cpp/commoncpp2
DEPEND="
dev-libs/boost
dev-libs/ucommon
media-libs/fontconfig

@ -12,7 +12,7 @@ SRC_URI="https://github.com/LubosD/twinkle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa diamondcard g729 ilbc speex +qt5"
IUSE="alsa diamondcard g729 ilbc speex +qt5 +zrtp"
DEPEND="dev-libs/boost
dev-libs/ucommon
@ -23,9 +23,8 @@ DEPEND="dev-libs/boost
alsa? ( media-libs/alsa-lib )
g729? ( media-libs/bcg729 )
ilbc? ( media-libs/libilbc )
speex? ( media-libs/speex )"
# zrtp? ( net-libs/libzrtpcpp )
speex? ( media-libs/speex )
zrtp? ( net-libs/zrtpcpp )"
RDEPEND="${DEPEND}"
BDEPEND=""
Loading…
Cancel
Save