diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-09-23 15:24:40 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-09-23 15:24:40 +0300 |
commit | 0316dc521c4919c4f07c406f4b4a37a5abc1c77e (patch) | |
tree | 036932ad49a19b7a4196958554a825d1d330ea27 | |
parent | net-libs/opendht: new package, add 3.1.7, 9999 (diff) | |
download | alexxy-0316dc521c4919c4f07c406f4b4a37a5abc1c77e.tar.gz alexxy-0316dc521c4919c4f07c406f4b4a37a5abc1c77e.tar.bz2 alexxy-0316dc521c4919c4f07c406f4b4a37a5abc1c77e.zip |
net-libs/opendht: add missing dep on dev-cpp/asio
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r-- | net-libs/opendht/opendht-3.1.7.ebuild | 1 | ||||
-rw-r--r-- | net-libs/opendht/opendht-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/opendht/opendht-3.1.7.ebuild b/net-libs/opendht/opendht-3.1.7.ebuild index d73d7fd..aec1387 100644 --- a/net-libs/opendht/opendht-3.1.7.ebuild +++ b/net-libs/opendht/opendht-3.1.7.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="doc dht-index http-client proxy-client proxy-server proxy-server-identity proxy-openssl push-notifications python static-libs tools" DEPEND=" + dev-cpp/asio dev-libs/msgpack net-libs/gnutls python? ( dev-python/cython[${PYTHON_USEDEP}] ) diff --git a/net-libs/opendht/opendht-9999.ebuild b/net-libs/opendht/opendht-9999.ebuild index d73d7fd..aec1387 100644 --- a/net-libs/opendht/opendht-9999.ebuild +++ b/net-libs/opendht/opendht-9999.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="doc dht-index http-client proxy-client proxy-server proxy-server-identity proxy-openssl push-notifications python static-libs tools" DEPEND=" + dev-cpp/asio dev-libs/msgpack net-libs/gnutls python? ( dev-python/cython[${PYTHON_USEDEP}] ) |