diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-01-31 11:13:24 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-01-31 11:13:46 +0100 |
commit | cf97cf19ff15144293a8b167e47559a8ce685284 (patch) | |
tree | 0e770104070b2ec2f05ce415f0e6614db206e35c /net-analyzer/nast | |
parent | net-analyzer/nast: Remove file checks from configure (bug #646196 by Jan Psota). (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/nast/nast-0.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nast/nast-0.2.0-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 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} diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r2.ebuild index a922979f560c..493d47ee9f4b 100644 --- a/net-analyzer/nast/nast-0.2.0-r2.ebuild +++ b/net-analyzer/nast/nast-0.2.0-r2.ebuild @@ -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} |