summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/unbound: specify dependency location from sysrootBertrand Jacquin2022-03-271-4/+4
| | | | | | | | | | | | | | | | | | | | configure needs to find the location of libevent and other build time and runtime dependencies from sysroot instead of build host to allow cross compilation. This can be replicated by having dev-libs/libevent not installed on the build host and cross compiling net-dns/unbound, leading to error like: .. ./configure .. --with-libevent=/usr ..--with-ssl=/usr --with-libexpat=/usr .. checking for libevent... configure: error: Cannot find the libevent library in /usr Bug: https://bugs.gentoo.org/836214 Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24764 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/unbound: Stabilize 1.13.2-r1 arm64, #831277Sam James2022-01-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/unbound: amd64 stable wrt bug #830028Agostino Sarubbo2021-12-291-1/+1
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-dns/unbound: Stabilize 1.13.2-r1 ppc64, #830028Arthur Zamarin2021-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/unbound: Stabilize 1.13.2-r1 ppc, #830028Arthur Zamarin2021-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/unbound: Stabilize 1.13.2-r1 x86, #830028Sam James2021-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/unbound: Stabilize 1.13.2-r1 arm, #830028Sam James2021-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/unbound: fix dependenciesMike Gilbert2021-12-041-0/+210
Move systemd to CDEPEND. Move swig to BDEPEND. Move ldns-utils[examples] to BDEPEND and allow ldns[examples] as an alternative. Signed-off-by: Mike Gilbert <floppym@gentoo.org>