mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-dns/dnsmasq: Don't require idn with nls anymore
It turns out that modern dnsmasq compiles file with USE=nls and idn disabled, so we can drop the REQUIRED_USE entry. Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -34,11 +34,10 @@ DEPEND="${CDEPEND}
|
||||
app-arch/xz-utils
|
||||
dnssec? (
|
||||
dev-libs/nettle[gmp]
|
||||
static? (
|
||||
dev-libs/nettle[static-libs(+)]
|
||||
)
|
||||
static? ( dev-libs/nettle[static-libs(+)] )
|
||||
)
|
||||
virtual/pkgconfig"
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
RDEPEND="${CDEPEND}
|
||||
dnssec? (
|
||||
@@ -51,8 +50,7 @@ RDEPEND="${CDEPEND}
|
||||
|
||||
REQUIRED_USE="dhcp-tools? ( dhcp )
|
||||
lua? ( script )
|
||||
libidn2? ( !idn )
|
||||
nls? ( || ( libidn2 idn ) )"
|
||||
libidn2? ( !idn )"
|
||||
|
||||
use_have() {
|
||||
local useflag no_only uword
|
||||
|
||||
Reference in New Issue
Block a user