diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:35:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:59 +0100 |
commit | d7752abb92a7412e80f5ef314336367e776384c0 (patch) | |
tree | a7c16dd85783ded43c17d0c09d48dd2737d31505 /dev-cpp/nlohmann_json | |
parent | dev-cpp/muParser: eutils->epatch (diff) | |
download | gentoo-d7752abb92a7412e80f5ef314336367e776384c0.tar.gz gentoo-d7752abb92a7412e80f5ef314336367e776384c0.tar.bz2 gentoo-d7752abb92a7412e80f5ef314336367e776384c0.zip |
dev-cpp/nlohmann_json: 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/nlohmann_json')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild index 3f251a81fd24..aee715391e61 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild index 6c95f15b7348..c5617336644c 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild index 4a92c0804ceb..03d646be1e0b 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.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 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( ChangeLog.md README.md ) |