summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-06 00:17:49 +0100
committerSam James <sam@gentoo.org>2023-05-06 01:03:43 +0100
commitd9a7ed6573aa84e1a62572c299b224763d4ae713 (patch)
tree83bac7bb1532c1d7174d43b30521a0832c8f7a2c /dev-libs
parentapp-emulation/qemu: revbump for added docs (diff)
downloadgentoo-d9a7ed6573aa84e1a62572c299b224763d4ae713.tar.gz
gentoo-d9a7ed6573aa84e1a62572c299b224763d4ae713.tar.bz2
gentoo-d9a7ed6573aa84e1a62572c299b224763d4ae713.zip
dev-libs/tinyxml2: add note re cmake use/not meson
Bug: https://bugs.gentoo.org/791163 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/tinyxml2/tinyxml2-9.0.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/tinyxml2/tinyxml2-9.0.0-r1.ebuild b/dev-libs/tinyxml2/tinyxml2-9.0.0-r1.ebuild
index 77637717145c..c7e2537dcb14 100644
--- a/dev-libs/tinyxml2/tinyxml2-9.0.0-r1.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-9.0.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+# No meson because of bug #791163
inherit cmake
DESCRIPTION="A simple, small, efficient, C++ XML parser"