summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-12-20 16:53:25 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-12-20 16:54:00 +0100
commit22d03483e20870790578eb50895bb41490d0d9aa (patch)
tree6091b4d43ee67d705fe64cb123d1aaae5638b5a1 /net-dns/unbound
parentdev-util/ninja: export CXXFLAGS (diff)
downloadgentoo-22d03483e20870790578eb50895bb41490d0d9aa.tar.gz
gentoo-22d03483e20870790578eb50895bb41490d0d9aa.tar.bz2
gentoo-22d03483e20870790578eb50895bb41490d0d9aa.zip
net-dns/unbound: add missing multilib dep
Closes: https://bugs.gentoo.org/760432 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/unbound-1.13.0-r1.ebuild2
-rw-r--r--net-dns/unbound/unbound-1.13.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.13.0-r1.ebuild b/net-dns/unbound/unbound-1.13.0-r1.ebuild
index daaba00dd008..4db67fdaa952 100644
--- a/net-dns/unbound/unbound-1.13.0-r1.ebuild
+++ b/net-dns/unbound/unbound-1.13.0-r1.ebuild
@@ -37,7 +37,7 @@ CDEPEND="acct-group/unbound
ecdsa? (
!libressl? ( dev-libs/openssl:0[-bindist] )
)
- http2? ( net-libs/nghttp2 )
+ http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
redis? ( dev-libs/hiredis:= )"
diff --git a/net-dns/unbound/unbound-1.13.0.ebuild b/net-dns/unbound/unbound-1.13.0.ebuild
index a63ec2835321..fdf0da892afe 100644
--- a/net-dns/unbound/unbound-1.13.0.ebuild
+++ b/net-dns/unbound/unbound-1.13.0.ebuild
@@ -37,7 +37,7 @@ CDEPEND="acct-group/unbound
ecdsa? (
!libressl? ( dev-libs/openssl:0[-bindist] )
)
- http2? ( net-libs/nghttp2 )
+ http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
redis? ( dev-libs/hiredis:= )"