commit: 68bc99ce88a667735c8b723fdb48d9e9c399a25c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Feb 7 18:40:38 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Feb 7 18:41:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bc99ce
sci-chemistry/pymol: chemical-mime-data needed for .desktop Mime defs Closes: https://bugs.gentoo.org/703000 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/pymol/pymol-2.3.0-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild index 6e8433b403e..36cc913f7b0 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild @@ -38,7 +38,9 @@ DEPEND=" sys-libs/zlib !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}] web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + sci-chemistry/chemical-mime-data +" S="${WORKDIR}"/${PN}-open-source-${PV}
