[net-dns/bind-tools] bump
This commit is contained in:
parent
87785e6981
commit
217fbbe8fe
@ -1 +1 @@
|
|||||||
DIST bind-9.18.21.tar.xz 5507132 BLAKE2B 6b7e542d5b81d969e24bbce80578cad6dfc426e6ce4a9719184e19207f96419f7647dd1eeb2eab7503fa13f87786ad7bef98fcb587f021a7d281f5f1967525f1 SHA512 3cbc1775b6ca3d5eda0c277ab1246b5baa535dac53df3e60690aa7a2529bcb0fb644f7749b21b757870e5b3bc5f53ae9f0c0db182664de1b23f7e62c3fa8757d
|
DIST bind-9.18.24.tar.xz 5515528 BLAKE2B 3e5166e9f03a02206bdb572ad382ac6d517fe56ac2bb253211a23307745960b7b488f451c6167bcecf3398a5d9d4529465863792c4ad6797fb56041308d9bb80 SHA512 465f5b01570fdde5c95adfb780f54e0585814bd25baf914bb95bf5972f15a672e3e7b743a55f1804e69e17609d5a0cd66cc2bbab9174238b3c89e5ad732dc085
|
||||||
|
@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
|
|||||||
LICENSE="MPL-2.0"
|
LICENSE="MPL-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
IUSE="+caps doc gssapi idn libedit lmdb readline static-libs test xml"
|
IUSE="+caps doc gssapi idn libedit lmdb readline test"
|
||||||
|
|
||||||
# libuv lower bound should be the highest value seen at
|
# libuv lower bound should be the highest value seen at
|
||||||
# https://gitlab.isc.org/isc-projects/bind9/-/blob/bind-9.18/lib/isc/netmgr/netmgr.c?ref_type=heads#L203
|
# https://gitlab.isc.org/isc-projects/bind9/-/blob/bind-9.18/lib/isc/netmgr/netmgr.c?ref_type=heads#L203
|
||||||
@ -39,7 +39,6 @@ RDEPEND="
|
|||||||
readline? ( sys-libs/readline:= )
|
readline? ( sys-libs/readline:= )
|
||||||
)
|
)
|
||||||
lmdb? ( dev-db/lmdb )
|
lmdb? ( dev-db/lmdb )
|
||||||
xml? ( dev-libs/libxml2 )
|
|
||||||
!net-dns/bind
|
!net-dns/bind
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -64,15 +63,14 @@ src_configure() {
|
|||||||
--with-jemalloc
|
--with-jemalloc
|
||||||
--with-zlib
|
--with-zlib
|
||||||
--without-json-c
|
--without-json-c
|
||||||
|
--without-libxml2
|
||||||
--without-maxminddb
|
--without-maxminddb
|
||||||
--disable-geoip
|
--disable-geoip
|
||||||
--with-openssl="${ESYSROOT}"/usr
|
--with-openssl="${ESYSROOT}"/usr
|
||||||
$(use_enable caps linux-caps)
|
$(use_enable caps linux-caps)
|
||||||
$(use_enable static-libs static)
|
|
||||||
$(use_with gssapi)
|
$(use_with gssapi)
|
||||||
$(use_with idn libidn2 "${ESYSROOT}"/usr)
|
$(use_with idn libidn2 "${ESYSROOT}"/usr)
|
||||||
$(use_with lmdb)
|
$(use_with lmdb)
|
||||||
$(use_with xml libxml2)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# bug 607400
|
# bug 607400
|
||||||
@ -129,6 +127,4 @@ src_install() {
|
|||||||
|
|
||||||
# just leave tools to be installed
|
# just leave tools to be installed
|
||||||
rm -rf "${D}"/usr/include/
|
rm -rf "${D}"/usr/include/
|
||||||
|
|
||||||
use static-libs || find "${ED}"/usr/lib* -name '*.la' -delete
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user