commit: 5fe31c02e6c8beec3e72de5e8e30c0d3e0d159e6 Author: Alex Margolin <alex.margolin <AT> nextsilicon <DOT> com> AuthorDate: Sun Oct 31 11:43:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 23 22:19:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe31c02
dev-util/cppcheck: add a missing dependency from qt5 to 2.4.1 too Bug: https://bugs.gentoo.org/802279 Signed-off-by: Alex Margolin <alex.margolin <AT> nextsilicon.com> Closes: https://github.com/gentoo/gentoo/pull/22774 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cppcheck/cppcheck-2.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cppcheck/cppcheck-2.4.1.ebuild b/dev-util/cppcheck/cppcheck-2.4.1.ebuild index 74102100a3f2..d7892faae5db 100644 --- a/dev-util/cppcheck/cppcheck-2.4.1.ebuild +++ b/dev-util/cppcheck/cppcheck-2.4.1.ebuild @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig + qt5? ( dev-qt/linguist-tools:5 ) z3? ( sci-mathematics/z3 ) "
