virtual/dns-ipset: add virtual package for dns with ipset flag
This commit is contained in:
parent
7fc97133e7
commit
091417580d
|
@ -0,0 +1 @@
|
||||||
|
EBUILD dns-ipset-1.ebuild 333 BLAKE2B 10c00ca5bacc212d4399eca31e2700c864e632b91ae46d4a176c5597ea455a627a94f3424fe8eb2ce59ee6a3002759a0428e198142ed6bdc24f5f3547d399366 SHA512 037589a570f333a11ebb749ed862e770aa7a402a6020ef11f9abf2258bde84f02a12aef92317e2f4d46200c71f849fd5d744a3ce4968dfabfb9dd4932d3682fd
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 2021-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual to depend on any DNS with ipset enabled"
|
||||||
|
SLOT="0/${PVR}"
|
||||||
|
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
|| (
|
||||||
|
net-dns/unbound[ipset]
|
||||||
|
net-dns/dnsmasq[ipset]
|
||||||
|
)
|
||||||
|
"
|
Loading…
Reference in New Issue