net-analyzer/goaccess: Add missing subslot operator
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Jan 2017 18:07:21 +0000 (19:07 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Jan 2017 18:07:45 +0000 (19:07 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-analyzer/goaccess/goaccess-0.5-r1.ebuild
net-analyzer/goaccess/goaccess-0.6.1.ebuild
net-analyzer/goaccess/goaccess-0.8.5.ebuild
net-analyzer/goaccess/goaccess-0.9.ebuild

index c650fbc52896a8dcfe5c035e96ebf39aab79f2e9..25d49a414867ecde113be248c236b7c31803fed6 100644 (file)
@@ -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}
index 58d2202d78939e360c2e549fde926e31725182d4..477b938374a9b16f8d69a37e8592de524cefd1a5 100644 (file)
@@ -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}
index 4cbfbfd74634ace148c0f2ac53d209195734f84c..12392c91b81ba0fcd3db6eb6470a69fa3f9da2bc 100644 (file)
@@ -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 )
index ea4dafed9d0029162f9c0bca7effb28d30b9d64f..f9e77acf9803f34c91cf2d60c1532fd9107cf448 100644 (file)
@@ -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? (