summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-12 16:13:14 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-15 00:06:37 +0100
commitf3d5166a28318d4ce7e02a66ba723109c68ceafa (patch)
tree72736c83020cac475cf444501fadfa1b3936fc84
parentapp-admin/bastille: Fix dependency on dev-perl/Tk (diff)
downloadgentoo-f3d5166a28318d4ce7e02a66ba723109c68ceafa.tar.gz
gentoo-f3d5166a28318d4ce7e02a66ba723109c68ceafa.tar.bz2
gentoo-f3d5166a28318d4ce7e02a66ba723109c68ceafa.zip
app-forensics/air: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
-rw-r--r--app-forensics/air/air-2.0.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/air/air-2.0.0-r1.ebuild b/app-forensics/air/air-2.0.0-r1.ebuild
index bc78b0c5b71c..aa2a69f57535 100644
--- a/app-forensics/air/air-2.0.0-r1.ebuild
+++ b/app-forensics/air/air-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE="crypt"
COMMON_DEPEND="userland_GNU? ( sys-apps/coreutils )"
DEPEND="${COMMON_DEPEND}
- >=dev-perl/perl-tk-804.27.0
+ >=dev-perl/Tk-804.27.0
userland_GNU? ( app-arch/sharutils )"
# TODO: air can utilize dc3dd, but it is not in portage ATM