summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-01-16 19:07:21 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-16 19:07:45 +0100
commit64dbab7d014c2055e65abceb698e5f01e7ddbceb (patch)
tree129c159e6a3b1ce6407ba1853df2f796b72d44ee /net-analyzer
parentnet-analyzer/goaccess: bump to 1.1.1 (diff)
downloadgentoo-64dbab7d014c2055e65abceb698e5f01e7ddbceb.tar.gz
gentoo-64dbab7d014c2055e65abceb698e5f01e7ddbceb.tar.bz2
gentoo-64dbab7d014c2055e65abceb698e5f01e7ddbceb.zip
net-analyzer/goaccess: Add missing subslot operator
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/goaccess/goaccess-0.5-r1.ebuild4
-rw-r--r--net-analyzer/goaccess/goaccess-0.6.1.ebuild4
-rw-r--r--net-analyzer/goaccess/goaccess-0.8.5.ebuild4
-rw-r--r--net-analyzer/goaccess/goaccess-0.9.ebuild4
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 c650fbc52896..25d49a414867 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 58d2202d7893..477b938374a9 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 4cbfbfd74634..12392c91b81b 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 ea4dafed9d00..f9e77acf9803 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? (