commit:     64dbab7d014c2055e65abceb698e5f01e7ddbceb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 18:07:21 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 18:07:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dbab7d

net-analyzer/goaccess: Add missing subslot operator

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/goaccess/goaccess-0.5-r1.ebuild | 4 ++--
 net-analyzer/goaccess/goaccess-0.6.1.ebuild  | 4 ++--
 net-analyzer/goaccess/goaccess-0.8.5.ebuild  | 4 ++--
 net-analyzer/goaccess/goaccess-0.9.ebuild    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/goaccess/goaccess-0.5-r1.ebuild 
b/net-analyzer/goaccess/goaccess-0.5-r1.ebuild
index c650fbc..25d49a4 100644
--- a/net-analyzer/goaccess/goaccess-0.5-r1.ebuild
+++ b/net-analyzer/goaccess/goaccess-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE="geoip unicode"
 
 RDEPEND="
        dev-libs/glib:2
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:0=[unicode?]
        geoip? ( dev-libs/geoip )
 "
 DEPEND="${RDEPEND}

diff --git a/net-analyzer/goaccess/goaccess-0.6.1.ebuild 
b/net-analyzer/goaccess/goaccess-0.6.1.ebuild
index 58d2202..477b938 100644
--- a/net-analyzer/goaccess/goaccess-0.6.1.ebuild
+++ b/net-analyzer/goaccess/goaccess-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE="geoip unicode"
 
 RDEPEND="
        dev-libs/glib:2
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:0=[unicode?]
        geoip? ( dev-libs/geoip )
 "
 DEPEND="${RDEPEND}

diff --git a/net-analyzer/goaccess/goaccess-0.8.5.ebuild 
b/net-analyzer/goaccess/goaccess-0.8.5.ebuild
index 4cbfbfd..12392c9 100644
--- a/net-analyzer/goaccess/goaccess-0.8.5.ebuild
+++ b/net-analyzer/goaccess/goaccess-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ REQUIRED_USE="btree? ( !memhash )"
 
 RDEPEND="
        dev-libs/glib:2
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:0=[unicode?]
        geoip? ( dev-libs/geoip )
        btree? ( dev-db/tokyocabinet )
        memhash? ( dev-db/tokyocabinet )

diff --git a/net-analyzer/goaccess/goaccess-0.9.ebuild 
b/net-analyzer/goaccess/goaccess-0.9.ebuild
index ea4dafe..f9e77ac 100644
--- a/net-analyzer/goaccess/goaccess-0.9.ebuild
+++ b/net-analyzer/goaccess/goaccess-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ IUSE="btree debug geoip tokyocabinet unicode"
 REQUIRED_USE="btree? ( tokyocabinet )"
 
 RDEPEND="
-       sys-libs/ncurses[unicode?]
+       sys-libs/ncurses:0=[unicode?]
        geoip? ( dev-libs/geoip )
        !tokyocabinet? ( dev-libs/glib:2 )
        tokyocabinet? (

Reply via email to