net-dns/bind: Sync with Gentoo

It's from Gentoo commit 28e4e9291de5ea8b072759e638029b128845f1f0.
This commit is contained in:
Flatcar Buildbot 2025-02-25 12:34:31 +01:00 committed by Krzesimir Nowak
parent c07cd9b9ba
commit e4dc3a0ee3

View File

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
inherit systemd tmpfiles inherit eapi9-ver systemd tmpfiles
MY_PV="${PV/_p/-P}" MY_PV="${PV/_p/-P}"
MY_PV="${MY_PV/_rc/rc}" MY_PV="${MY_PV/_rc/rc}"
@ -202,7 +202,7 @@ pkg_postinst() {
fi fi
# show only when upgrading to 9.18 # show only when upgrading to 9.18
if [[ -n "${REPLACING_VERSIONS}" ]] && ver_test "${REPLACING_VERSIONS}" -lt 9.18; then if ver_replacing -lt 9.18; then
elog "As this is a major bind version upgrade, please read:" elog "As this is a major bind version upgrade, please read:"
elog " https://kb.isc.org/docs/changes-to-be-aware-of-when-moving-from-bind-916-to-918" elog " https://kb.isc.org/docs/changes-to-be-aware-of-when-moving-from-bind-916-to-918"
elog "for differences in functionality." elog "for differences in functionality."