diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:05:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:05:39 +0200 |
commit | 4476e2f7a67477c9aae986e0af8503864ded9041 (patch) | |
tree | c4e59f8bc43ac1fdab0acf41575d30b6ff49e31b /dev-util | |
parent | sci-biology/plink: include DEPEND in RDEPEND (diff) | |
download | gentoo-4476e2f7a67477c9aae986e0af8503864ded9041.tar.gz gentoo-4476e2f7a67477c9aae986e0af8503864ded9041.tar.bz2 gentoo-4476e2f7a67477c9aae986e0af8503864ded9041.zip |
dev-util/cppcheck: use BDEPEND in EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.88.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.88.ebuild b/dev-util/cppcheck/cppcheck-1.88.ebuild index 38020786717e..09857bcc74b6 100644 --- a/dev-util/cppcheck/cppcheck-1.88.ebuild +++ b/dev-util/cppcheck/cppcheck-1.88.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,11 +24,13 @@ RDEPEND=" dev-qt/qtprintsupport:5 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig " + PATCHES=( "${FILESDIR}"/${PN}-1.88-tinyxml2.patch "${FILESDIR}"/${PN}-1.88-ldflags.patch |