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 3325215800F for ; Sun, 5 Feb 2023 21:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E9B4E077A; Sun, 5 Feb 2023 21:01:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43605E077A for ; Sun, 5 Feb 2023 21:01:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48A9C335D06 for ; Sun, 5 Feb 2023 21:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA5017FB for ; Sun, 5 Feb 2023 21:01:48 +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: <1675630901.3a660afed239c168c7f62df1517dddaab03738d6.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-2.5.0-r1.ebuild sci-chemistry/pymol/pymol-2.5.0.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3a660afed239c168c7f62df1517dddaab03738d6 X-VCS-Branch: master Date: Sun, 5 Feb 2023 21:01:48 +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: 7101d88f-6d11-4236-b3b6-b25036e3494e X-Archives-Hash: 4f150724674bc9aa60141cbea2ec3547 commit: 3a660afed239c168c7f62df1517dddaab03738d6 Author: Marek Szuba gentoo org> AuthorDate: Sun Feb 5 20:56:02 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Feb 5 21:01:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a660afe sci-chemistry/pymol: account for dev-libs/msgpack without IUSE=cxx No revbump because this isn't finished yet - for newer versions of msgpack PyMol should depend on dev-cpp/msgpack-cxx, however compatibility with that package has not been tested yet. Signed-off-by: Marek Szuba gentoo.org> sci-chemistry/pymol/pymol-2.5.0-r1.ebuild | 2 +- sci-chemistry/pymol/pymol-2.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/pymol/pymol-2.5.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.5.0-r1.ebuild index d237e0916f57..287c6e3776bc 100644 --- a/sci-chemistry/pymol/pymol-2.5.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.5.0-r1.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="+netcdf web" DEPEND=" - dev-libs/msgpack[cxx] + dev-libs/msgpack[cxx(-)] dev-libs/mmtf-cpp dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}] diff --git a/sci-chemistry/pymol/pymol-2.5.0.ebuild b/sci-chemistry/pymol/pymol-2.5.0.ebuild index 80803df67e5d..febb99f21a88 100644 --- a/sci-chemistry/pymol/pymol-2.5.0.ebuild +++ b/sci-chemistry/pymol/pymol-2.5.0.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="+netcdf web" DEPEND=" - dev-libs/msgpack[cxx] + dev-libs/msgpack[cxx(-)] dev-libs/mmtf-cpp dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}]