commit: 1a6c7bf9e229ffde143a2b7acd7c64a4faef1f19 Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com> AuthorDate: Sat Mar 22 15:55:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 04:34:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6c7bf9
app-editors/retext: fix missing runtime dep in 8.0.2 Add dev-python/python-markdown-math as a runtime dep, as it is required for rendering. It does not suffice that the dep dev-python/markups has dev-python/python-markdown-math as a runtime dep because it might get removed during depclean. Reverting change of: https://github.com/gentoo/gentoo/pull/35842 Closes: https://bugs.gentoo.org/947669 Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/retext/{retext-8.0.2.ebuild => retext-8.0.2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/retext/retext-8.0.2.ebuild b/app-editors/retext/retext-8.0.2-r1.ebuild similarity index 94% rename from app-editors/retext/retext-8.0.2.ebuild rename to app-editors/retext/retext-8.0.2-r1.ebuild index 64610d093a31..6a627d297556 100644 --- a/app-editors/retext/retext-8.0.2.ebuild +++ b/app-editors/retext/retext-8.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,7 @@ RDEPEND=" >=dev-python/markups-3.1.1[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/pyqt6[dbus,gui,printsupport,widgets,${PYTHON_USEDEP}] + dev-python/python-markdown-math[${PYTHON_USEDEP}] ') " # qmake6 from qtbase is used to find lrelease
