From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB17A158010 for ; Tue, 7 Feb 2023 09:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202D9E0825; Tue, 7 Feb 2023 09:42:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 098EBE0825 for ; Tue, 7 Feb 2023 09:42:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3772733F698 for ; Tue, 7 Feb 2023 09:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E32CF8A0 for ; Tue, 7 Feb 2023 09:42:38 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1675762924.797c03c37c89146f2335e3caaf991b183dabf26b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/msgpack-cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild X-VCS-Directories: dev-cpp/msgpack-cxx/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 797c03c37c89146f2335e3caaf991b183dabf26b X-VCS-Branch: master Date: Tue, 7 Feb 2023 09:42:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3728513a-f18a-488d-af12-fed19e5001a5 X-Archives-Hash: f2fed957eea7201a3c9f931a4aefded2 commit: 797c03c37c89146f2335e3caaf991b183dabf26b Author: Marek Szuba gentoo org> AuthorDate: Tue Feb 7 09:39:55 2023 +0000 Commit: Marek Szuba gentoo 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 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] ) + !