diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:35:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:00 +0100 |
commit | e52ca1302970db5f51a1b884aacb1e803e4d126b (patch) | |
tree | 954648ca5ce32667ff4589358e4e6ea519c20168 /dev-cpp/tclap | |
parent | dev-cpp/nlohmann_json: use BDEPEND for virtual/pkgconfig (diff) | |
download | gentoo-e52ca1302970db5f51a1b884aacb1e803e4d126b.tar.gz gentoo-e52ca1302970db5f51a1b884aacb1e803e4d126b.tar.bz2 gentoo-e52ca1302970db5f51a1b884aacb1e803e4d126b.zip |
dev-cpp/tclap: use BDEPEND for virtual/pkgconfig
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/tclap')
-rw-r--r-- | dev-cpp/tclap/tclap-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tclap/tclap-1.2.2.ebuild b/dev-cpp/tclap/tclap-1.2.2.ebuild index 82435d7207ef..a41b021a70b1 100644 --- a/dev-cpp/tclap/tclap-1.2.2.ebuild +++ b/dev-cpp/tclap/tclap-1.2.2.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc x86 ~amd64-linux" IUSE="doc" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" src_configure() { econf $(use_enable doc doxygen) |