diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:27:26 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 1207cd7b08cc64eb9b1fa70d206e575bfa516c0d (patch) | |
tree | 671eacc68daf6f20e73ecfc8384df06eb19930bf /net-analyzer/snortalog | |
parent | x11-wm/fvwm: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-1207cd7b08cc64eb9b1fa70d206e575bfa516c0d.tar.gz gentoo-1207cd7b08cc64eb9b1fa70d206e575bfa516c0d.tar.bz2 gentoo-1207cd7b08cc64eb9b1fa70d206e575bfa516c0d.zip |
net-analyzer/snortalog: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-analyzer/snortalog')
-rw-r--r-- | net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild index 3c7f51f357ad..c421b917a7b2 100644 --- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild +++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND=" dev-perl/HTML-HTMLDoc virtual/perl-DB_File virtual/perl-Getopt-Long - tk? ( dev-perl/perl-tk dev-perl/GDGraph ) + tk? ( dev-perl/Tk dev-perl/GDGraph ) " S=${WORKDIR} |