commit: 2cf2a5d801960ac5967ad6bba62b08a4c9f60e86
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 07:55:17 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 07:55:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf2a5d8
net-misc/kea: Fixed build against dev-libs/boost-1.77.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-misc/kea/kea-1.8.2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild
index 774216ee78a..0300cc95621 100644
--- a/net-misc/kea/kea-1.8.2.ebuild
+++ b/net-misc/kea/kea-1.8.2.ebuild
@@ -40,7 +40,10 @@ BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch
+ "${FILESDIR}"/${PN}-1.8.2-boost-1.77.0.patch
+)
src_prepare() {
default