Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
Date: Wed, 31 Jan 2018 10:13:53
Message-Id: 1517393626.cf97cf19ff15144293a8b167e47559a8ce685284.jer@gentoo
1 commit: cf97cf19ff15144293a8b167e47559a8ce685284
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 10:13:24 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 10:13:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf97cf19
7
8 net-analyzer/nast: Set sub-SLOT on sys-libs/ncurses dependency.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-analyzer/nast/nast-0.2.0-r1.ebuild | 4 ++--
13 net-analyzer/nast/nast-0.2.0-r2.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-analyzer/nast/nast-0.2.0-r1.ebuild b/net-analyzer/nast/nast-0.2.0-r1.ebuild
17 index 1b4c53803c5..9eefa451cd9 100644
18 --- a/net-analyzer/nast/nast-0.2.0-r1.ebuild
19 +++ b/net-analyzer/nast/nast-0.2.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,7 +15,7 @@ IUSE="ncurses"
27 RDEPEND="
28 >=net-libs/libnet-1.1.1
29 net-libs/libpcap
30 - ncurses? ( >=sys-libs/ncurses-5.4 )
31 + ncurses? ( >=sys-libs/ncurses-5.4:= )
32 "
33 DEPEND="
34 ${RDEPEND}
35
36 diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r2.ebuild
37 index a922979f560..493d47ee9f4 100644
38 --- a/net-analyzer/nast/nast-0.2.0-r2.ebuild
39 +++ b/net-analyzer/nast/nast-0.2.0-r2.ebuild
40 @@ -15,7 +15,7 @@ IUSE="ncurses"
41 RDEPEND="
42 >=net-libs/libnet-1.1.1
43 net-libs/libpcap
44 - ncurses? ( >=sys-libs/ncurses-5.4 )
45 + ncurses? ( >=sys-libs/ncurses-5.4:= )
46 "
47 DEPEND="
48 ${RDEPEND}