diff options
author | Eric Joldasov <bratishkaerik@getgoogleoff.me> | 2022-11-25 15:40:04 +0600 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2022-12-13 20:28:29 +0200 |
commit | b930894cbb46343fd4a70287dbadf9b96a8f12d0 (patch) | |
tree | f382e16a957fc76a1a41a71003e3a52d8d3e1c42 /net-p2p | |
parent | net-p2p/ncdc: drop 9999 (diff) | |
download | gentoo-b930894cbb46343fd4a70287dbadf9b96a8f12d0.tar.gz gentoo-b930894cbb46343fd4a70287dbadf9b96a8f12d0.tar.bz2 gentoo-b930894cbb46343fd4a70287dbadf9b96a8f12d0.zip |
net-p2p/ncdc: add missing dependency dev-lang/perl for pod2man
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/28423
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/ncdc-1.22.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild b/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild index d7201b1fe491..de52efefa50f 100644 --- a/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild +++ b/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/makeheaders virtual/pkgconfig + dev-lang/perl " src_prepare() { |