diff options
| author | Sam James <sam@gentoo.org> | 2022-08-06 03:54:29 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-08-06 03:55:45 +0100 |
| commit | dd7a8a09ad5b3495b07182707c60c01fe9185bcc (patch) | |
| tree | 5a5ff5aef835ca4ad879aa6af6d81bb8d315bc05 /dev-util/cppcheck/cppcheck-2.8.2.ebuild | |
| parent | e9c8b63141e72c323bb3805e618d1dabe1edad4b (diff) | |
| download | gentoo-dd7a8a09ad5b3495b07182707c60c01fe9185bcc.tar.gz gentoo-dd7a8a09ad5b3495b07182707c60c01fe9185bcc.tar.bz2 gentoo-dd7a8a09ad5b3495b07182707c60c01fe9185bcc.zip | |
dev-util/cppcheck: add missing DISTUTILS_DEPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cppcheck/cppcheck-2.8.2.ebuild')
| -rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/cppcheck/cppcheck-2.8.2.ebuild b/dev-util/cppcheck/cppcheck-2.8.2.ebuild index 9ef2ad93ab6c..65e6622d41f2 100644 --- a/dev-util/cppcheck/cppcheck-2.8.2.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.2.ebuild @@ -44,6 +44,7 @@ BDEPEND=" app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig + htmlreport? ( ${DISTUTILS_DEPS} ) qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? ( |
