commit: 67a2a3d62650f12db48676cf826553223566650e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 19:12:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 29 19:12:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a2a3d6
net-dns/bind: fix automagic systemd use
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/bind/{bind-9.20.7-r1.ebuild => bind-9.20.7-r2.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-dns/bind/bind-9.20.7-r1.ebuild
b/net-dns/bind/bind-9.20.7-r2.ebuild
similarity index 98%
rename from net-dns/bind/bind-9.20.7-r1.ebuild
rename to net-dns/bind/bind-9.20.7-r2.ebuild
index 010456b8ad3d..a6cfece905b5 100644
--- a/net-dns/bind/bind-9.20.7-r1.ebuild
+++ b/net-dns/bind/bind-9.20.7-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="dnstap doc doh fixed-rrset idn jemalloc geoip gssapi lmdb selinux
static-libs systemtap test xml"
+IUSE="dnstap doc doh fixed-rrset idn jemalloc geoip gssapi lmdb selinux
static-libs systemd systemtap test xml"
RESTRICT="!test? ( test )"
DEPEND="
@@ -38,6 +38,7 @@ DEPEND="
idn? ( net-dns/libidn2 )
jemalloc? ( dev-libs/jemalloc:= )
lmdb? ( dev-db/lmdb )
+ systemd? ( sys-apps/systemd:= )
xml? ( dev-libs/libxml2:= )
"
RDEPEND="
@@ -98,6 +99,7 @@ src_configure() {
$(use_with idn libidn2)
$(use_with jemalloc)
$(use_with lmdb)
+ $(use_with systemd libsystemd)
$(use_with xml libxml2)
)