projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee05da6
)
net-dns/libidn2: improve eapi7 dependencies.
author
Alexis Ballier
<aballier@gentoo.org>
Mon, 7 Jan 2019 13:50:42 +0000
(14:50 +0100)
committer
Alexis Ballier
<aballier@gentoo.org>
Mon, 7 Jan 2019 13:50:53 +0000
(14:50 +0100)
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>
net-dns/libidn2/libidn2-2.1.0.ebuild
patch
|
blob
|
history
diff --git
a/net-dns/libidn2/libidn2-2.1.0.ebuild
b/net-dns/libidn2/libidn2-2.1.0.ebuild
index 7aee397096cb5369f4e45f80508d675d6e1215cc..d5e87e2879a909f57c04416844871c65174998f7 100644
(file)
--- 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
"