Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 790979 Details for
Bug 803497
net-dns/getdns-1.7.0 depends on unbound
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
allow net-dns/unbound to be optional
getdns-1.7.0-r1.ebuild.unbound.patch (text/plain), 1.06 KB, created by
ayuayuayu
on 2022-07-11 09:18:25 UTC
(
hide
)
Description:
allow net-dns/unbound to be optional
Filename:
MIME Type:
Creator:
ayuayuayu
Created:
2022-07-11 09:18:25 UTC
Size:
1.06 KB
patch
obsolete
>From b7a2424d4debfb4390f0ea091421afdf31051b4a Mon Sep 17 00:00:00 2001 >From: ayuayuayu <ayuayuayu@aaathats3as.com> >Date: Mon, 11 Jul 2022 08:14:23 +0000 >Subject: [PATCH] allow net-dns/unbound to be optional > >Signed-off-by: ayuayuayu <ayuayuayu@aaathats3as.com> >--- > net-dns/getdns/getdns-1.7.0-r1.ebuild | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/net-dns/getdns/getdns-1.7.0-r1.ebuild b/net-dns/getdns/getdns-1.7.0-r1.ebuild >index 85df2006..623fd3c7 100644 >--- a/net-dns/getdns/getdns-1.7.0-r1.ebuild >+++ b/net-dns/getdns/getdns-1.7.0-r1.ebuild >@@ -37,7 +37,7 @@ DEPEND=" > libevent? ( dev-libs/libevent:= ) > libuv? ( dev-libs/libuv:= ) > test? ( dev-libs/check ) >- >=net-dns/unbound-1.5.9:= >+ unbound? ( >=net-dns/unbound-1.5.9:= ) > " > RDEPEND=" > ${DEPEND} >@@ -65,6 +65,7 @@ src_configure() { > -DBUILD_STUBBY=$(usex stubby) > -DENABLE_STATIC=$(usex static-libs) > -DBUILD_TESTING:BOOL=$(usex test) >+ -DENABLE_STUB_ONLY=$(usex !unbound) > -DENABLE_UNBOUND_EVENT_API=$(usex unbound) > -DUSE_GNUTLS=$(usex gnutls) > -DUSE_LIBEV=$(usex libev) >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 803497
:
726007
| 790979