summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-01-31 11:13:24 +0100
committerJeroen Roovers <jer@gentoo.org>2018-01-31 11:13:46 +0100
commitcf97cf19ff15144293a8b167e47559a8ce685284 (patch)
tree0e770104070b2ec2f05ce415f0e6614db206e35c /net-analyzer/nast/nast-0.2.0-r1.ebuild
parentnet-analyzer/nast: Remove file checks from configure (bug #646196 by Jan Psota). (diff)
downloadgentoo-cf97cf19ff15144293a8b167e47559a8ce685284.tar.gz
gentoo-cf97cf19ff15144293a8b167e47559a8ce685284.tar.bz2
gentoo-cf97cf19ff15144293a8b167e47559a8ce685284.zip
net-analyzer/nast: Set sub-SLOT on sys-libs/ncurses dependency.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/nast/nast-0.2.0-r1.ebuild')
-rw-r--r--net-analyzer/nast/nast-0.2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nast/nast-0.2.0-r1.ebuild b/net-analyzer/nast/nast-0.2.0-r1.ebuild
index 1b4c53803c5b..9eefa451cd9c 100644
--- a/net-analyzer/nast/nast-0.2.0-r1.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ IUSE="ncurses"
RDEPEND="
>=net-libs/libnet-1.1.1
net-libs/libpcap
- ncurses? ( >=sys-libs/ncurses-5.4 )
+ ncurses? ( >=sys-libs/ncurses-5.4:= )
"
DEPEND="
${RDEPEND}