diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-27 01:10:00 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-29 21:35:59 +0200 |
commit | 9f8c3673f7d239588d70a52e1526d80c5d3488ea (patch) | |
tree | 9acb905084ffcfc6a6df22b3502e9491efbc378a /net-analyzer/pbnj | |
parent | dev-perl/Test-Dependencies: Fix dependency on dev-perl/YAML (diff) | |
download | gentoo-9f8c3673f7d239588d70a52e1526d80c5d3488ea.tar.gz gentoo-9f8c3673f7d239588d70a52e1526d80c5d3488ea.tar.bz2 gentoo-9f8c3673f7d239588d70a52e1526d80c5d3488ea.zip |
net-analyzer/pbnj: Fix dependency on dev-perl/YAML
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'net-analyzer/pbnj')
-rw-r--r-- | net-analyzer/pbnj/pbnj-2.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pbnj/pbnj-2.04.ebuild b/net-analyzer/pbnj/pbnj-2.04.ebuild index df3428f617e5..b7099d1d46cc 100644 --- a/net-analyzer/pbnj/pbnj-2.04.ebuild +++ b/net-analyzer/pbnj/pbnj-2.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ DEPEND=" dev-perl/Nmap-Parser dev-perl/Text-CSV_XS dev-perl/XML-Twig - dev-perl/yaml + dev-perl/YAML " RDEPEND=" ${DEPEND} |