summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-02-05 21:56:02 +0100
committerMarek Szuba <marecki@gentoo.org>2023-02-05 22:01:41 +0100
commit3a660afed239c168c7f62df1517dddaab03738d6 (patch)
tree8448b9fa91528377b92c753bc07e83590b50b123
parentgui-apps/swayidle: drop 1.7, 1.7.1 (diff)
downloadgentoo-3a660afed239c168c7f62df1517dddaab03738d6.tar.gz
gentoo-3a660afed239c168c7f62df1517dddaab03738d6.tar.bz2
gentoo-3a660afed239c168c7f62df1517dddaab03738d6.zip
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 <marecki@gentoo.org>
-rw-r--r--sci-chemistry/pymol/pymol-2.5.0-r1.ebuild2
-rw-r--r--sci-chemistry/pymol/pymol-2.5.0.ebuild2
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}]