summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-09-04 14:22:22 +0200
committerDavid Seifert <soap@gentoo.org>2022-09-04 14:22:22 +0200
commit1b4f9231d66a242d94b48161849c1922753d6c4d (patch)
tree97becead249e41e95b5783e338643edf5ea5e276
parentnet-libs/libtorrent-rasterbar: remove boost[threads(+)] usedep (diff)
downloadgentoo-1b4f9231d66a242d94b48161849c1922753d6c4d.tar.gz
gentoo-1b4f9231d66a242d94b48161849c1922753d6c4d.tar.bz2
gentoo-1b4f9231d66a242d94b48161849c1922753d6c4d.zip
net-libs/nghttp2: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-libs/nghttp2/nghttp2-1.47.0.ebuild2
-rw-r--r--net-libs/nghttp2/nghttp2-1.48.0.ebuild2
-rw-r--r--net-libs/nghttp2/nghttp2-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.47.0.ebuild b/net-libs/nghttp2/nghttp2-1.47.0.ebuild
index cbcd334f43a6..273f98378909 100644
--- a/net-libs/nghttp2/nghttp2-1.47.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.47.0.ebuild
@@ -30,7 +30,7 @@ SSL_DEPEND="
RDEPEND="
cxx? (
${SSL_DEPEND}
- dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
+ dev-libs/boost:=[${MULTILIB_USEDEP}]
)
hpack-tools? ( >=dev-libs/jansson-2.5:= )
jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
diff --git a/net-libs/nghttp2/nghttp2-1.48.0.ebuild b/net-libs/nghttp2/nghttp2-1.48.0.ebuild
index 3d7864b42e52..bc0b88490be5 100644
--- a/net-libs/nghttp2/nghttp2-1.48.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.48.0.ebuild
@@ -25,7 +25,7 @@ SSL_DEPEND="
RDEPEND="
cxx? (
${SSL_DEPEND}
- dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
+ dev-libs/boost:=[${MULTILIB_USEDEP}]
)
hpack-tools? ( >=dev-libs/jansson-2.5:= )
jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
index 44a9ccc69a4e..9011d96cec10 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -24,7 +24,7 @@ SSL_DEPEND="
RDEPEND="
cxx? (
${SSL_DEPEND}
- dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
+ dev-libs/boost:=[${MULTILIB_USEDEP}]
)
hpack-tools? ( >=dev-libs/jansson-2.5:= )
jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )