diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-01-07 14:50:42 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-01-07 14:50:53 +0100 |
commit | aca5420b576961ed6d3a373b1ed52cb1c42343c8 (patch) | |
tree | a7be67484167895e6bf50d460232da85bb341699 /net-dns | |
parent | dev-libs/libffi: respect --libdir configure argument (diff) | |
download | gentoo-aca5420b576961ed6d3a373b1ed52cb1c42343c8.tar.gz gentoo-aca5420b576961ed6d3a373b1ed52cb1c42343c8.tar.bz2 gentoo-aca5420b576961ed6d3a373b1ed52cb1c42343c8.zip |
net-dns/libidn2: improve eapi7 dependencies.
perl and help2man are BDEPEND not target dependencies (DEPEND).
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn2/libidn2-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/libidn2/libidn2-2.1.0.ebuild b/net-dns/libidn2/libidn2-2.1.0.ebuild index 7aee397096cb..d5e87e2879a9 100644 --- a/net-dns/libidn2/libidn2-2.1.0.ebuild +++ b/net-dns/libidn2/libidn2-2.1.0.ebuild @@ -18,8 +18,8 @@ IUSE="static-libs" RDEPEND=" dev-libs/libunistring[${MULTILIB_USEDEP}] " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-lang/perl sys-apps/help2man " |