diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-02-05 21:56:02 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-05 22:01:41 +0100 |
commit | 3a660afed239c168c7f62df1517dddaab03738d6 (patch) | |
tree | 8448b9fa91528377b92c753bc07e83590b50b123 /sci-chemistry | |
parent | gui-apps/swayidle: drop 1.7, 1.7.1 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/pymol-2.5.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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}] |