summaryrefslogtreecommitdiff
path: root/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2023-11-12 11:00:15 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-11-13 12:17:43 +0200
commitd0123068321625c68be5c1c2a1010408eae388af (patch)
tree7aa83b27f40dc34ab4543c2a7554d14310be8964 /dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild
parent6143894abeb7889a42152011fdc23fc20b16363d (diff)
downloadgentoo-d0123068321625c68be5c1c2a1010408eae388af.tar.gz
gentoo-d0123068321625c68be5c1c2a1010408eae388af.tar.bz2
gentoo-d0123068321625c68be5c1c2a1010408eae388af.zip
dev-cpp/yaml-cpp: fix test build
Closes: https://bugs.gentoo.org/917243 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/33777 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild')
-rw-r--r--dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild
index ec6c6b7a8293..3c11b51f1f10 100644
--- a/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild
+++ b/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild
@@ -21,6 +21,7 @@ DEPEND="
PATCHES=(
"${FILESDIR}/yaml-cpp-0.8.0-gtest.patch"
+ "${FILESDIR}/yaml-cpp-0.8.0-gcc13.patch"
)
src_configure() {