commit: 797c03c37c89146f2335e3caaf991b183dabf26b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 09:39:55 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 09:42:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797c03c3
dev-cpp/msgpack-cxx: block older versions of dev-libs/msgpack
See the description of the previous commit for details.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild
b/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild
index 0cc922cfef81..8e3609f7d111 100644
--- a/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild
+++ b/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild
@@ -18,7 +18,8 @@ REQUIRED_USE="test? ( boost )"
RESTRICT="!test? ( test )"
-RDEPEND="boost? ( dev-libs/boost[context] )"
+RDEPEND="boost? ( dev-libs/boost[context] )
+ !<dev-libs/msgpack-5.0.0"
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-doc/doxygen[dot] )
test? ( sys-libs/zlib )"