Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 926843
Collapse All | Expand All

(-)a/net-dns/dnsmasq/dnsmasq-2.90.ebuild (-1 / +3 lines)
Lines 16-22 SLOT="0" Link Here
16
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
16
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
17
17
18
IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
18
IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
19
IUSE+=" +loop +inotify ipv6 lua nettlehash nls script selinux static tftp"
19
IUSE+=" +loop +inotify ipv6 lua nettlehash nls script selinux static tftp nftset"
20
20
21
DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
21
DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
22
22
Lines 24-29 BDEPEND=" Link Here
24
	app-arch/xz-utils
24
	app-arch/xz-utils
25
	virtual/pkgconfig
25
	virtual/pkgconfig
26
	nls? ( sys-devel/gettext )
26
	nls? ( sys-devel/gettext )
27
	nftset? ( net-firewall/nftables )
27
"
28
"
28
29
29
COMMON_DEPEND="
30
COMMON_DEPEND="
Lines 132-137 src_configure() { Link Here
132
		$(use_have nettlehash)
133
		$(use_have nettlehash)
133
		$(use_have static dnssec_static)
134
		$(use_have static dnssec_static)
134
		$(use_have -n dumpfile)
135
		$(use_have -n dumpfile)
136
		$(use_have nftset)
135
	)
137
	)
136
}
138
}
137
139

Return to bug 926843