diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2024-01-16 14:47:29 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-16 07:59:22 +0000 |
commit | 2945ca233200533632cbb953881f86d3e3433314 (patch) | |
tree | c635e7ad76e387c84f4223bb1f13914991c3a886 /net-libs | |
parent | dev-ruby/vcr: enable ruby33 (diff) | |
download | gentoo-2945ca233200533632cbb953881f86d3e3433314.tar.gz gentoo-2945ca233200533632cbb953881f86d3e3433314.tar.bz2 gentoo-2945ca233200533632cbb953881f86d3e3433314.zip |
net-libs/tox: add 0.2.13-r1
libsodium is dropping USE=minimal
Bug: https://bugs.gentoo.org/921614
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/tox/tox-0.2.13-r1.ebuild (renamed from net-libs/tox/tox-0.2.13.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/tox/tox-0.2.13.ebuild b/net-libs/tox/tox-0.2.13-r1.ebuild index 184c65e211bf..cabfe0645e38 100644 --- a/net-libs/tox/tox-0.2.13.ebuild +++ b/net-libs/tox/tox-0.2.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" DEPEND=" - dev-libs/libsodium:=[asm,urandom,-minimal] + dev-libs/libsodium:=[asm,urandom,-minimal(-)] av? ( media-libs/libvpx:= media-libs/opus |