diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-08 17:47:05 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-08 17:47:05 -0500 |
commit | 497b2628b133e68c3939c0cd26b047a12efd414d (patch) | |
tree | 889d2a8b41f9e2b1eb23f8b6793f0f4e35982123 /dev-libs/opendht | |
parent | 8b42c2e8e953fb1bb2c8ed54f2ef3f5a4da4cf9c (diff) | |
download | MrRoy-Overlay-497b2628b133e68c3939c0cd26b047a12efd414d.tar.gz MrRoy-Overlay-497b2628b133e68c3939c0cd26b047a12efd414d.tar.bz2 MrRoy-Overlay-497b2628b133e68c3939c0cd26b047a12efd414d.zip |
dev-libs/opendht: fix msgpack dep
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-libs/opendht')
-rw-r--r-- | dev-libs/opendht/opendht-2.4.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/opendht/opendht-2.4.12.ebuild b/dev-libs/opendht/opendht-2.4.12.ebuild index ac7fdee..2a14e01 100644 --- a/dev-libs/opendht/opendht-2.4.12.ebuild +++ b/dev-libs/opendht/opendht-2.4.12.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" RDEPEND=" app-crypt/argon2 - dev-libs/msgpack[cxx] + dev-libs/msgpack dev-libs/openssl:= dev-libs/nettle dev-libs/restinio |