diff options
author | 2023-02-07 11:06:23 +0000 | |
---|---|---|
committer | 2023-02-07 11:14:35 +0000 | |
commit | 57643c4b952f4149a10bffd6350ae1f703801ecb (patch) | |
tree | d99734605a7ec64c6cd4cfc8faea7148fc2273c8 /net-libs/tox | |
parent | dev-libs/mmtf-cpp: fix msgpack dependency (diff) | |
download | gentoo-57643c4b952f4149a10bffd6350ae1f703801ecb.tar.gz gentoo-57643c4b952f4149a10bffd6350ae1f703801ecb.tar.bz2 gentoo-57643c4b952f4149a10bffd6350ae1f703801ecb.zip |
net-libs/tox: drop dev-libs/msgpack dependency
0.12 didn't have it in the first place, upstream changelog
says it got phased out before 0.18 release.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/tox')
-rw-r--r-- | net-libs/tox/tox-0.2.18-r2.ebuild (renamed from net-libs/tox/tox-0.2.18-r1.ebuild) | 3 | ||||
-rw-r--r-- | net-libs/tox/tox-9999.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/tox/tox-0.2.18-r1.ebuild b/net-libs/tox/tox-0.2.18-r2.ebuild index 00753d1f6819..91e51e38d1d6 100644 --- a/net-libs/tox/tox-0.2.18-r1.ebuild +++ b/net-libs/tox/tox-0.2.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,6 @@ RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal] - dev-libs/msgpack av? ( media-libs/libvpx:= media-libs/opus diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index ae60fff26c54..a529f806e7a6 100644 --- a/net-libs/tox/tox-9999.ebuild +++ b/net-libs/tox/tox-9999.ebuild @@ -21,7 +21,6 @@ REQUIRED_USE="?? ( log-debug log-error log-info log-trace log-warn ) BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/libsodium:=[asm,urandom,-minimal] - dev-libs/msgpack av? ( media-libs/libvpx:= media-libs/opus |