diff options
author | Sam James <sam@gentoo.org> | 2023-02-18 03:10:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-18 03:10:29 +0000 |
commit | d02761e91d6a0381a78588da2d37f8d82fd9a093 (patch) | |
tree | 4b5703843aa388bb140a4cab61fbc1e4391a0858 /net-analyzer/icinga2 | |
parent | sys-devel/gcc: add 11.3.1_p20230217 (diff) | |
download | gentoo-d02761e91d6a0381a78588da2d37f8d82fd9a093.tar.gz gentoo-d02761e91d6a0381a78588da2d37f8d82fd9a093.tar.bz2 gentoo-d02761e91d6a0381a78588da2d37f8d82fd9a093.zip |
net-analyzer/icinga2: drop non-existent boost patch from 2.13.7
Closes: https://bugs.gentoo.org/895154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.7.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.7.ebuild b/net-analyzer/icinga2/icinga2-2.13.7.ebuild index 3b4c1eedf0be..06a84427309d 100644 --- a/net-analyzer/icinga2/icinga2-2.13.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.7.ebuild @@ -46,10 +46,6 @@ RDEPEND=" REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )" -PATCHES=( - "${FILESDIR}"/${P}-boost-1.81.patch -) - src_configure() { local mycmakeargs=( -DICINGA2_UNITY_BUILD=$(usex jumbo-build) |