commit:     59ee7a9fc3dbbe672cff2e84b398d0e7c189d677
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 09:37:58 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 09:42:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ee7a9f

dev-libs/msgpack-3.3.0: block dev-cpp/msgpack-cxx

As far as file collisions are concerned this could be made conditional
on USE=cxx, however it is probably a bad idea to mix different major
versions of msgpack overall.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/msgpack/{msgpack-3.3.0.ebuild => msgpack-3.3.0-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/msgpack/msgpack-3.3.0.ebuild 
b/dev-libs/msgpack/msgpack-3.3.0-r1.ebuild
similarity index 93%
rename from dev-libs/msgpack/msgpack-3.3.0.ebuild
rename to dev-libs/msgpack/msgpack-3.3.0-r1.ebuild
index d6e70be0a836..db548946d8c3 100644
--- a/dev-libs/msgpack/msgpack-3.3.0.ebuild
+++ b/dev-libs/msgpack/msgpack-3.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,8 @@ IUSE="boost +cxx doc examples static-libs test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="doc? ( app-doc/doxygen[dot] )"
-RDEPEND="boost? ( dev-libs/boost[context,${MULTILIB_USEDEP}] )"
+RDEPEND="boost? ( dev-libs/boost[context,${MULTILIB_USEDEP}] )
+       !dev-cpp/msgpack-cxx"
 DEPEND="${RDEPEND}
        test? (
                >=dev-cpp/gtest-1.6.0-r2[${MULTILIB_USEDEP}]

Reply via email to