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 | |
parent | dev-libs/libnl: add missing DISTUTILS_DEPS (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')
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild b/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild index 9ef2ad93ab6c..65e6622d41f2 100644 --- a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.1-r1.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? ( 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? ( |