Diff kea-3.0.2-r2 with a kea-3.0.3
| /usr/portage/net-misc/kea/kea-3.0.3.ebuild 2026-04-04 11:46:08.820960317 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PATCHSET=${P}-patchset
|
|
| 6 |
PATCHSET=kea-3.0.2-patchset |
|
| 7 | 7 |
PYTHON_COMPAT=( python3_{11..14} )
|
| 8 | 8 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/isc.asc |
| 9 | 9 |
inherit eapi9-ver flag-o-matic meson python-r1 systemd tmpfiles |
| ... | ... | |
| 22 | 22 |
verify-sig? ( https://downloads.isc.org/isc/kea/${PV}/${P}.tar.xz.asc )
|
| 23 | 23 |
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz
|
| 24 | 24 |
" |
| 25 |
KEYWORDS="amd64 arm arm64 ~x86" |
|
| 25 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
| 26 | 26 |
fi |
| 27 | 27 | |
| 28 | 28 |
LICENSE="MPL-2.0" |
| ... | ... | |
| 272 | 272 | |
| 273 | 273 |
# A side effect of using install_umask 023 in meson setup is setting config files to be world readable |
| 274 | 274 |
# lets not do that |
| 275 |
fperms -R 0640 /etc/${PN}
|
|
| 275 |
fperms -R 0750 /etc/${PN}
|
|
| 276 |
chmod 0640 "${ED}"/etc/${PN}/*.conf || die
|
|
| 276 | 277 | |
| 277 | 278 |
# Install a conf per service and a linked init script per service |
| 278 | 279 |
newinitd "${FILESDIR}"/${PN}-initd-r3 ${PN}
|