diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:36:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:02 +0100 |
commit | d6c45cef1ab764753f4337f4eea2a9fc909d18a9 (patch) | |
tree | a70b87106d59d3d9e4d2ff1d72fdb606983496af /sci-libs/libnova | |
parent | sci-libs/libbufr: eutils->epatch (diff) | |
download | gentoo-d6c45cef1ab764753f4337f4eea2a9fc909d18a9.tar.gz gentoo-d6c45cef1ab764753f4337f4eea2a9fc909d18a9.tar.bz2 gentoo-d6c45cef1ab764753f4337f4eea2a9fc909d18a9.zip |
sci-libs/libnova: 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 'sci-libs/libnova')
-rw-r--r-- | sci-libs/libnova/libnova-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libnova/libnova-0.16.0.ebuild b/sci-libs/libnova/libnova-0.16.0.ebuild index 88c69ae3b516..8a1f2fcfda76 100644 --- a/sci-libs/libnova/libnova-0.16.0.ebuild +++ b/sci-libs/libnova/libnova-0.16.0.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 @@ -14,7 +14,7 @@ SLOT="0/0.16" KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" src_prepare() { default |